diff options
| author | 2011-10-05 20:22:03 +0200 | |
|---|---|---|
| committer | 2012-03-19 01:44:53 +0100 | |
| commit | 90a4d980e645098d70f193581b55081b0686928c (patch) | |
| tree | 1218013bf4a114136fa8b85a14def2c23f7f7b10 /tools/Makefile.am | |
| parent | 249ac33e36753daaeda7973a0d3cc7cb1f72948a (diff) | |
| download | libimobiledevice-90a4d980e645098d70f193581b55081b0686928c.tar.gz libimobiledevice-90a4d980e645098d70f193581b55081b0686928c.tar.bz2 | |
Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 19b2f92..20003aa 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -3,11 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(openssl_CFLAGS) $(LFS_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(openssl_CFLAGS) $(LFS_CFLAGS) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(openssl_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(openssl_LIBS) |
| 5 | 5 | ||
| 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate | 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 |
| 7 | |||
| 8 | if HAVE_GLIB2 | ||
| 9 | bin_PROGRAMS += idevicebackup idevicebackup2 | ||
| 10 | endif | ||
| 11 | 7 | ||
| 12 | ideviceinfo_SOURCES = ideviceinfo.c | 8 | ideviceinfo_SOURCES = ideviceinfo.c |
| 13 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
