projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad82fa
)
Removed vserver.h from Makefile as well.
author
tokkee
<tokkee>
Mon, 13 Mar 2006 14:04:21 +0000
(14:04 +0000)
committer
tokkee
<tokkee>
Mon, 13 Mar 2006 14:04:21 +0000
(14:04 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
7a17331
..
811060c
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-209,7
+209,7
@@
endif
if BUILD_MODULE_VSERVER
pkglib_LTLIBRARIES += vserver.la
-vserver_la_SOURCES = vserver.c
vserver.h
+vserver_la_SOURCES = vserver.c
vserver_la_LDFLAGS = -module -avoid-version
collectd_LDADD += "-dlopen" vserver.la
collectd_DEPENDENCIES += vserver.la