summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-05-21 12:07:53 +0200
committerGravatar Nikias Bassen2014-05-21 12:07:53 +0200
commit03b606324e1ee5dd93cee4e8b9d6a6151b01cec4 (patch)
treefd7ddf11678b6a708aabaef1c801ee11c2f9a35c /tools/Makefile.am
parent4563ad4d2e6ad75e42737e6ae381a0648b65f958 (diff)
downloadlibimobiledevice-03b606324e1ee5dd93cee4e8b9d6a6151b01cec4.tar.gz
libimobiledevice-03b606324e1ee5dd93cee4e8b9d6a6151b01cec4.tar.bz2
ideviceprovision: Add new dump command to print profile information
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 8a91234..959bdc4 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -62,7 +62,7 @@ idevicedate_LDADD = $(top_builddir)/src/libimobiledevice.la
62 62
63ideviceprovision_SOURCES = ideviceprovision.c 63ideviceprovision_SOURCES = ideviceprovision.c
64ideviceprovision_CFLAGS = $(AM_CFLAGS) 64ideviceprovision_CFLAGS = $(AM_CFLAGS)
65ideviceprovision_LDFLAGS = $(AM_LDFLAGS) 65ideviceprovision_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS)
66ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la 66ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la
67 67
68idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c 68idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c