projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8008b89
)
Fixed build system bug.
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
ca587a4
..
b240618
100644
(file)
--- 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)