aboutsummaryrefslogtreecommitdiff
path: root/swig
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2012-03-30 13:26:41 +0000
committerJamie Bullock <jamie@postlude.co.uk>2012-03-30 13:26:41 +0000
commitb02e440dbcaa37315244b78b016c53d8863c8eaf (patch)
tree305597868970f0a03d6177f277e6cd0ba49b7f94 /swig
parenta56173846cd2232fdff4d90e295e86e319a0f1e1 (diff)
downloadLibXtract-b02e440dbcaa37315244b78b016c53d8863c8eaf.tar.gz
LibXtract-b02e440dbcaa37315244b78b016c53d8863c8eaf.tar.bz2
LibXtract-b02e440dbcaa37315244b78b016c53d8863c8eaf.zip
- minor SWIG fix
- renamed configure.in to configure.ac - increment fix number
Diffstat (limited to 'swig')
-rw-r--r--swig/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/python/Makefile.am b/swig/python/Makefile.am
index 1c7aa49..6474226 100644
--- a/swig/python/Makefile.am
+++ b/swig/python/Makefile.am
@@ -6,7 +6,7 @@ SWIG_SOURCES = ../xtract.i
pkgpython_PYTHON = xtract.py __init__.py
pkgpyexec_LTLIBRARIES = _xtract.la
_xtract_la_SOURCES = $(srcdir)/xtract_wrap.c $(SWIG_SOURCES)
-_xtract_la_CFLAGS = $(SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src
+_xtract_la_CFLAGS = $(AX_SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src
_xtract_la_LDFLAGS = -module -lxtract
_xtract_la_LIBADD = $(top_srcdir)/src/libxtract.la