aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--configure.ac (renamed from configure.in)2
-rw-r--r--swig/python/Makefile.am2
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