From: Sven Trenkel Date: Sat, 5 Dec 2009 19:22:47 +0000 (+0100) Subject: Fixed build system bug. X-Git-Tag: collectd-4.9.0~35^2~10 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=cfe70a26a032e2bfc498af04539dc20c223215bb;p=collectd.git Fixed build system bug. --- diff --git a/src/Makefile.am b/src/Makefile.am index ca587a4a..b240618d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -776,7 +776,7 @@ endif if BUILD_PLUGIN_PYTHON pkglib_LTLIBRARIES += python.la -python_la_SOURCES = python.c +python_la_SOURCES = python.c pyconfig.c pyvalues.c cpython.h python_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_PYTHON_CPPFLAGS) python_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_PYTHON_LDFLAGS) python_la_LIBADD = $(BUILD_WITH_PYTHON_LIBS)