From b02e440dbcaa37315244b78b016c53d8863c8eaf Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 30 Mar 2012 13:26:41 +0000 Subject: - minor SWIG fix - renamed configure.in to configure.ac - increment fix number --- swig/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig/python') 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 -- cgit v1.2.3