diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index fcded9d..3815af6 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am | |||
| @@ -9,32 +9,32 @@ noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest lckd-clie | |||
| 9 | ideviceclient_SOURCES = ideviceclient.c | 9 | ideviceclient_SOURCES = ideviceclient.c |
| 10 | ideviceclient_CFLAGS = $(AM_CFLAGS) | 10 | ideviceclient_CFLAGS = $(AM_CFLAGS) |
| 11 | ideviceclient_LDFLAGS = $(AM_LDFLAGS) | 11 | ideviceclient_LDFLAGS = $(AM_LDFLAGS) |
| 12 | ideviceclient_LDADD = ../src/libimobiledevice.la | 12 | ideviceclient_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 13 | 13 | ||
| 14 | lckd_client_SOURCES = lckdclient.c | 14 | lckd_client_SOURCES = lckdclient.c |
| 15 | lckd_client_CFLAGS = $(AM_CFLAGS) $(libglib2_CFLAGS) | 15 | lckd_client_CFLAGS = $(AM_CFLAGS) $(libglib2_CFLAGS) |
| 16 | lckd_client_LDFLAGS = -lreadline $(AM_LDFLAGS) $(libglib2_LIBS) | 16 | lckd_client_LDFLAGS = -lreadline $(AM_LDFLAGS) $(libglib2_LIBS) |
| 17 | lckd_client_LDADD = ../src/libimobiledevice.la | 17 | lckd_client_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 18 | 18 | ||
| 19 | afccheck_SOURCES = afccheck.c | 19 | afccheck_SOURCES = afccheck.c |
| 20 | afccheck_CFLAGS = $(AM_CFLAGS) | 20 | afccheck_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 21 | afccheck_LDFLAGS = $(AM_LDFLAGS) | 21 | afccheck_LDFLAGS = $(AM_LDFLAGS) |
| 22 | afccheck_LDADD = ../src/libimobiledevice.la | 22 | afccheck_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 23 | 23 | ||
| 24 | filerelaytest_SOURCES = filerelaytest.c | 24 | filerelaytest_SOURCES = filerelaytest.c |
| 25 | filerelaytest_CFLAGS = $(AM_CFLAGS) | 25 | filerelaytest_CFLAGS = $(AM_CFLAGS) |
| 26 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) | 26 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) |
| 27 | filerelaytest_LDADD = ../src/libimobiledevice.la | 27 | filerelaytest_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 28 | 28 | ||
| 29 | housearresttest_SOURCES = housearresttest.c | 29 | housearresttest_SOURCES = housearresttest.c |
| 30 | housearresttest_CFLAGS = $(AM_CFLAGS) | 30 | housearresttest_CFLAGS = $(AM_CFLAGS) |
| 31 | housearresttest_LDFLAGS = $(AM_LDFLAGS) | 31 | housearresttest_LDFLAGS = $(AM_LDFLAGS) |
| 32 | housearresttest_LDADD = ../src/libimobiledevice.la | 32 | housearresttest_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 33 | 33 | ||
| 34 | ideviceheartbeat_SOURCES = ideviceheartbeat.c | 34 | ideviceheartbeat_SOURCES = ideviceheartbeat.c |
| 35 | ideviceheartbeat_CFLAGS = $(AM_CFLAGS) | 35 | ideviceheartbeat_CFLAGS = $(AM_CFLAGS) |
| 36 | ideviceheartbeat_LDFLAGS = $(AM_LDFLAGS) | 36 | ideviceheartbeat_LDFLAGS = $(AM_LDFLAGS) |
| 37 | ideviceheartbeat_LDADD = ../src/libimobiledevice.la | 37 | ideviceheartbeat_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 38 | 38 | ||
| 39 | endif # ENABLE_DEVTOOLS | 39 | endif # ENABLE_DEVTOOLS |
| 40 | 40 | ||
