summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-05-21 11:56:51 +0200
committerGravatar Nikias Bassen2014-05-21 11:56:51 +0200
commit4563ad4d2e6ad75e42737e6ae381a0648b65f958 (patch)
tree90872fd39fb0a45187cee45dc39cb57ae2b491d7 /tools/Makefile.am
parent850d9790ac867ef2891424e3d4d13b452a9d1451 (diff)
downloadlibimobiledevice-4563ad4d2e6ad75e42737e6ae381a0648b65f958.tar.gz
libimobiledevice-4563ad4d2e6ad75e42737e6ae381a0648b65f958.tar.bz2
ideviceinfo: Move plist print helper code to common
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index d87ef96..8a91234 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -7,7 +7,7 @@ bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog idev
ideviceinfo_SOURCES = ideviceinfo.c
ideviceinfo_CFLAGS = $(AM_CFLAGS)
-ideviceinfo_LDFLAGS = $(AM_LDFLAGS)
+ideviceinfo_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS)
ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice.la
idevicename_SOURCES = idevicename.c