From 2be3394e17cd86932a1658b0e1683fe876943f21 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 4 Jun 2014 14:15:03 +0100 Subject: Fix conflict with Makefile.am for SWIG bindings and autotools --- swig/python/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'swig/python') diff --git a/swig/python/Makefile.am b/swig/python/Makefile.am index 92f8b00..833c2f3 100644 --- a/swig/python/Makefile.am +++ b/swig/python/Makefile.am @@ -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 -- cgit v1.2.3