summaryrefslogtreecommitdiffstats
path: root/dev/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2011-10-05 20:22:03 +0200
committerGravatar Martin Szulecki2012-03-19 01:44:53 +0100
commit90a4d980e645098d70f193581b55081b0686928c (patch)
tree1218013bf4a114136fa8b85a14def2c23f7f7b10 /dev/Makefile.am
parent249ac33e36753daaeda7973a0d3cc7cb1f72948a (diff)
downloadlibimobiledevice-90a4d980e645098d70f193581b55081b0686928c.tar.gz
libimobiledevice-90a4d980e645098d70f193581b55081b0686928c.tar.bz2
Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2
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
AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libpthread_LIBS)
if ENABLE_DEVTOOLS
-noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest
-
-if HAVE_GLIB2
-noinst_PROGRAMS += lckd-client
-endif
+noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest lckd-client
ideviceclient_SOURCES = ideviceclient.c
ideviceclient_CFLAGS = $(AM_CFLAGS)