summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-03-27 15:27:01 +0200
committerGravatar Martin Szulecki2012-03-22 18:46:24 +0100
commit472b5cecb4b6390708643303d7162169ea9f05ee (patch)
tree119b8c9bce659a49c5638e6c1d9ae47b34a67fd1
parent01bcafa8141120439fd9c66f0020aa5c202d8498 (diff)
downloadlibimobiledevice-472b5cecb4b6390708643303d7162169ea9f05ee.tar.gz
libimobiledevice-472b5cecb4b6390708643303d7162169ea9f05ee.tar.bz2
dev: Add missing LDFLAGS and CFLAGS to ideviceclient
-rw-r--r--dev/Makefile.am2
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