diff options
| author | 2014-05-21 12:07:53 +0200 | |
|---|---|---|
| committer | 2014-05-21 12:07:53 +0200 | |
| commit | 03b606324e1ee5dd93cee4e8b9d6a6151b01cec4 (patch) | |
| tree | fd7ddf11678b6a708aabaef1c801ee11c2f9a35c /tools/Makefile.am | |
| parent | 4563ad4d2e6ad75e42737e6ae381a0648b65f958 (diff) | |
| download | libimobiledevice-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.am | 2 |
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 | ||
| 63 | ideviceprovision_SOURCES = ideviceprovision.c | 63 | ideviceprovision_SOURCES = ideviceprovision.c |
| 64 | ideviceprovision_CFLAGS = $(AM_CFLAGS) | 64 | ideviceprovision_CFLAGS = $(AM_CFLAGS) |
| 65 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) | 65 | ideviceprovision_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 66 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la | 66 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 67 | 67 | ||
| 68 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c | 68 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c |
