Mercurial > hg > libxtract
diff swig/python/Makefile.am @ 128:110afbaa8aaa
- minor SWIG fix
- renamed configure.in to configure.ac
- increment fix number
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Fri, 30 Mar 2012 13:26:41 +0000 |
parents | 0d49e1502159 |
children | 34f6492223b2 |
line wrap: on
line diff
--- a/swig/python/Makefile.am Fri Mar 30 13:13:52 2012 +0000 +++ b/swig/python/Makefile.am Fri Mar 30 13:26:41 2012 +0000 @@ -6,7 +6,7 @@ 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