diff options
| author | 2010-06-20 16:54:41 +0200 | |
|---|---|---|
| committer | 2010-06-20 16:57:09 +0200 | |
| commit | ccb63b0cc6335d2e186a9223b14f50542feeb982 (patch) | |
| tree | c73615df398bc4b3dc072d1995d528c839f7e175 /tools | |
| parent | 6ea5a65fa204bd47e3d16b5c9b239202804a4342 (diff) | |
| download | libimobiledevice-ccb63b0cc6335d2e186a9223b14f50542feeb982.tar.gz libimobiledevice-ccb63b0cc6335d2e186a9223b14f50542feeb982.tar.bz2 | |
Use $(top_srcdir) in link flags for idevicepair to pass distcheck
Diffstat (limited to 'tools')
| -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 007d8dc..f274084 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -11,7 +11,7 @@ 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../src | 14 | idevicepair_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/src |
| 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) | 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) |
| 16 | idevicepair_LDADD = ../src/libimobiledevice.la | 16 | idevicepair_LDADD = ../src/libimobiledevice.la |
| 17 | 17 | ||
