diff options
author | Martin Szulecki | 2009-05-11 18:06:06 +0200 |
---|---|---|
committer | Matt Colyer | 2009-05-11 20:31:32 -0700 |
commit | 717b296b0906a6d84c6a161ec8ae6a2b80faf963 (patch) | |
tree | a2e5744f37213e749a9d1ff5b0ec2b5d4aa2075a /swig/Makefile.am | |
parent | 6c25d6104412dcbbc50096878c69f648aeae345d (diff) | |
download | libimobiledevice-717b296b0906a6d84c6a161ec8ae6a2b80faf963.tar.gz libimobiledevice-717b296b0906a6d84c6a161ec8ae6a2b80faf963.tar.bz2 |
Fix distcheck target for swig binding generation
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'swig/Makefile.am')
-rw-r--r-- | swig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index 726014b..d65b984 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) -I$(includedir) +INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) -I$(oldincludedir) BUILT_SOURCES = iphone_wrap.c SWIG_SOURCES = iphone.i |