diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 5b07a5e..57445d8 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -60,14 +60,12 @@ ideviceprovision_CFLAGS = $(AM_CFLAGS) | |||
| 60 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) | 60 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) |
| 61 | ideviceprovision_LDADD = ../src/libimobiledevice.la | 61 | ideviceprovision_LDADD = ../src/libimobiledevice.la |
| 62 | 62 | ||
| 63 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c socket.c thread.c | 63 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c |
| 64 | idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) | 64 | idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) |
| 65 | idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) | 65 | idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) |
| 66 | idevicedebugserverproxy_LDADD = ../src/libimobiledevice.la | 66 | idevicedebugserverproxy_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la |
| 67 | 67 | ||
| 68 | idevicediagnostics_SOURCES = idevicediagnostics.c | 68 | idevicediagnostics_SOURCES = idevicediagnostics.c |
| 69 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 69 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
| 70 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) | 70 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) |
| 71 | idevicediagnostics_LDADD = ../src/libimobiledevice.la | 71 | idevicediagnostics_LDADD = ../src/libimobiledevice.la |
| 72 | |||
| 73 | EXTRA_DIST = socket.h thread.h | ||
