Fixed build system bug.
authorSven Trenkel <collectd@semidefinite.de>
Sat, 5 Dec 2009 19:22:47 +0000 (20:22 +0100)
committerSven Trenkel <collectd@semidefinite.de>
Sat, 5 Dec 2009 19:22:47 +0000 (20:22 +0100)
src/Makefile.am

index ca587a4..b240618 100644 (file)
@@ -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)