diff options
-rw-r--r-- | configure.ac (renamed from configure.in) | 2 | ||||
-rw-r--r-- | swig/python/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.ac index 3151580..d868ed8 100644 --- a/configure.in +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define(libxtract_major_version, 0) # Increment for feature additions and enhancements m4_define(libxtract_minor_version, 6) # Increment for fixes -m4_define(libxtract_fix_version, 4) +m4_define(libxtract_fix_version, 5) # Development status m4_define(libIntegra_dev_status, [beta]) 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 |