From ccb63b0cc6335d2e186a9223b14f50542feeb982 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(-) (limited to 'tools') 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 -- cgit v1.1-32-gdbae