From 070b57ff62be2ec9e47a46cd5c1dae3404ec23be Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 13 Apr 2009 21:11:11 +0200 Subject: Add includedir to make swig locate plist.i correctly --- swig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig') diff --git a/swig/Makefile.am b/swig/Makefile.am index e47356b..7f88b40 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) +INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) -I$(includedir) BUILT_SOURCES = $(srcdir)/iphone_wrap.c SWIG_SOURCES = iphone.i -- cgit v1.1-32-gdbae