diff options
| author | 2009-08-03 19:58:55 +0100 | |
|---|---|---|
| committer | 2009-08-04 13:13:20 +0200 | |
| commit | 3b3a47b798b80c78446d9f062d311bcca135b177 (patch) | |
| tree | 777331967f7e5510feb3b23e961598fd2a62045a /dev/Makefile.am | |
| parent | fc1a42bde5efc107d3d6e9e3169eac07f0d6a5ed (diff) | |
| download | libimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.gz libimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.bz2 | |
Make distcheck pass from a clean tree
Diffstat (limited to 'dev/Makefile.am')
| -rw-r--r-- | dev/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index c41b663..b71c212 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am | |||
| @@ -3,6 +3,7 @@ INCLUDES = -I$(top_srcdir)/include | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libglib2_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgthread2_CFLAGS) $(LFS_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libglib2_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgthread2_CFLAGS) $(LFS_CFLAGS) |
| 4 | AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_LIBS) | 4 | AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_LIBS) |
| 5 | 5 | ||
| 6 | if ENABLE_DEVTOOLS | ||
| 6 | noinst_PROGRAMS = iphoneclient lckd-client afccheck msyncclient iphoneenterrecovery | 7 | noinst_PROGRAMS = iphoneclient lckd-client afccheck msyncclient iphoneenterrecovery |
| 7 | 8 | ||
| 8 | iphoneclient_SOURCES = iphoneclient.c | 9 | iphoneclient_SOURCES = iphoneclient.c |
| @@ -27,3 +28,7 @@ iphoneenterrecovery_SOURCES = iphoneenterrecovery.c | |||
| 27 | iphoneenterrecovery_CFLAGS = $(AM_CFLAGS) | 28 | iphoneenterrecovery_CFLAGS = $(AM_CFLAGS) |
| 28 | iphoneenterrecovery_LDFLAGS = $(AM_LDFLAGS) | 29 | iphoneenterrecovery_LDFLAGS = $(AM_LDFLAGS) |
| 29 | iphoneenterrecovery_LDADD = ../src/libiphone.la | 30 | iphoneenterrecovery_LDADD = ../src/libiphone.la |
| 31 | |||
| 32 | endif # ENABLE_DEVTOOLS | ||
| 33 | |||
| 34 | EXTRA_DIST = iphoneclient.c lckdclient.c afccheck.c msyncclient.c iphoneenterrecovery.c | ||
