diff options
author | Martin Szulecki | 2011-03-27 15:27:01 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-03-22 18:46:24 +0100 |
commit | 472b5cecb4b6390708643303d7162169ea9f05ee (patch) | |
tree | 119b8c9bce659a49c5638e6c1d9ae47b34a67fd1 /dev/Makefile.am | |
parent | 01bcafa8141120439fd9c66f0020aa5c202d8498 (diff) | |
download | libimobiledevice-472b5cecb4b6390708643303d7162169ea9f05ee.tar.gz libimobiledevice-472b5cecb4b6390708643303d7162169ea9f05ee.tar.bz2 |
dev: Add missing LDFLAGS and CFLAGS to ideviceclient
Diffstat (limited to 'dev/Makefile.am')
-rw-r--r-- | dev/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index 0790c80..dc5497e 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am @@ -7,6 +7,8 @@ if ENABLE_DEVTOOLS noinst_PROGRAMS = ideviceclient lckd-client afccheck msyncclient filerelaytest ideviceclient_SOURCES = ideviceclient.c +ideviceclient_CFLAGS = $(AM_CFLAGS) +ideviceclient_LDFLAGS = $(AM_LDFLAGS) ideviceclient_LDADD = ../src/libimobiledevice.la lckd_client_SOURCES = lckdclient.c |