From 03b606324e1ee5dd93cee4e8b9d6a6151b01cec4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 21 May 2014 12:07:53 +0200 Subject: ideviceprovision: Add new dump command to print profile information --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile.am') 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 ideviceprovision_SOURCES = ideviceprovision.c ideviceprovision_CFLAGS = $(AM_CFLAGS) -ideviceprovision_LDFLAGS = $(AM_LDFLAGS) +ideviceprovision_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c -- cgit v1.1-32-gdbae