From 472b5cecb4b6390708643303d7162169ea9f05ee Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 27 Mar 2011 15:27:01 +0200 Subject: dev: Add missing LDFLAGS and CFLAGS to ideviceclient --- dev/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1-32-gdbae