summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8008b89)
raw | patch | inline | side by side (parent: 8008b89)
author | Sven Trenkel <collectd@semidefinite.de> | |
Sat, 5 Dec 2009 19:22:47 +0000 (20:22 +0100) | ||
committer | Sven Trenkel <collectd@semidefinite.de> | |
Sat, 5 Dec 2009 19:22:47 +0000 (20:22 +0100) |
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index ca587a4accc43bbd171c573fa21aaf3c31b350ac..b240618d6788bf1e248e80cfd0010186b4cda4b9 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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)