diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index e668592..fe9b1fa 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -11,9 +11,9 @@ ideviceinfo_LDFLAGS = $(AM_LDFLAGS) | |||
| 11 | ideviceinfo_LDADD = ../src/libimobiledevice.la | 11 | ideviceinfo_LDADD = ../src/libimobiledevice.la |
| 12 | 12 | ||
| 13 | idevicepair_SOURCES = idevicepair.c | 13 | idevicepair_SOURCES = idevicepair.c |
| 14 | idevicepair_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/src | 14 | idevicepair_CFLAGS = $(AM_CFLAGS) |
| 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) | 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) |
| 16 | idevicepair_LDADD = ../src/libimobiledevice.la | 16 | idevicepair_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la |
| 17 | 17 | ||
| 18 | idevicesyslog_SOURCES = idevicesyslog.c | 18 | idevicesyslog_SOURCES = idevicesyslog.c |
| 19 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 19 | idevicesyslog_CFLAGS = $(AM_CFLAGS) |
