projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96e619
)
freeswitch plugin: Added -lesl to Makefile.am for freeswitch
author
Leon de Rooij
<leon@scarlet-internet.nl>
Tue, 21 Apr 2009 12:07:25 +0000
(14:07 +0200)
committer
Florian Forster
<sifnfors@informatik.stud.uni-erlangen.de>
Thu, 16 Jul 2009 08:54:12 +0000
(10:54 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
76b72ba
..
71bc509
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-329,6
+329,7
@@
if BUILD_PLUGIN_FREESWITCH
pkglib_LTLIBRARIES += freeswitch.la
freeswitch_la_SOURCES = freeswitch.c
freeswitch_la_LDFLAGS = -module -avoid-version
+freeswitch_la_LIBADD = -lesl
collectd_LDADD += "-dlopen" freeswitch.la
collectd_DEPENDENCIES += freeswitch.la
endif