From 6a870b945c6c1062553d7a14334fcbd392c44c1b Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 20 Jun 2010 16:54:41 +0200 Subject: Use $(top_srcdir) in link flags for idevicepair to pass distcheck --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-32-gdbae