diff options
author | Martin Szulecki | 2010-06-20 16:54:41 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-06-20 16:54:41 +0200 |
commit | 6a870b945c6c1062553d7a14334fcbd392c44c1b (patch) | |
tree | 9913ac4efa60a2d1afcf03e4831f5c68e7510cfb | |
parent | 4f911daed5ecd7a25a6783527e009784f5698e31 (diff) | |
download | libimobiledevice-6a870b945c6c1062553d7a14334fcbd392c44c1b.tar.gz libimobiledevice-6a870b945c6c1062553d7a14334fcbd392c44c1b.tar.bz2 |
Use $(top_srcdir) in link flags for idevicepair to pass distcheck1.0.2
-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 8fb7332..de80b92 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 |