diff options
author | Martin Szulecki | 2010-06-20 16:54:41 +0200 |
---|---|---|
committer | Martin Szulecki | 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) ideviceinfo_LDADD = ../src/libimobiledevice.la idevicepair_SOURCES = idevicepair.c -idevicepair_CFLAGS = $(AM_CFLAGS) -I../src +idevicepair_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/src idevicepair_LDFLAGS = $(AM_LDFLAGS) idevicepair_LDADD = ../src/libimobiledevice.la |