Mercurial > hg > libxtract
diff swig/python/Makefile.am @ 218:49079e689a89
Fix conflict with Makefile.am for SWIG bindings and autotools
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Wed, 04 Jun 2014 14:15:03 +0100 |
parents | 34f6492223b2 |
children |
line wrap: on
line diff
--- a/swig/python/Makefile.am Wed Jun 04 14:14:27 2014 +0100 +++ b/swig/python/Makefile.am Wed Jun 04 14:15:03 2014 +0100 @@ -1,11 +1,11 @@ MAINTAINERCLEANFILES = xtract.py xtract_wrap.c Makefile.in _xtract.so -BUILT_SOURCES = $(srcdir)/xtract_wrap.c +BUILT_SOURCES = xtract_wrap.c 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_SOURCES = $(BUILT_SOURCES) $(SWIG_SOURCES) _xtract_la_CFLAGS = $(AX_SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src _xtract_la_LDFLAGS = -module _xtract_la_LIBADD = $(top_srcdir)/src/libxtract.la