summaryrefslogtreecommitdiffstats
path: root/dev/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Makefile.am')
-rw-r--r--dev/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am
index c1d2b45..bc3843b 100644
--- a/dev/Makefile.am
+++ b/dev/Makefile.am
@@ -4,11 +4,7 @@ AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(LFS_CFLAGS
4AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libpthread_LIBS) 4AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libpthread_LIBS)
5 5
6if ENABLE_DEVTOOLS 6if ENABLE_DEVTOOLS
7noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest 7noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest lckd-client
8
9if HAVE_GLIB2
10noinst_PROGRAMS += lckd-client
11endif
12 8
13ideviceclient_SOURCES = ideviceclient.c 9ideviceclient_SOURCES = ideviceclient.c
14ideviceclient_CFLAGS = $(AM_CFLAGS) 10ideviceclient_CFLAGS = $(AM_CFLAGS)