projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cdafc6
)
src/Makefile.am: Fix a copy'n'paste typo.
author
Florian Forster
<octo@huhu.verplant.org>
Fri, 10 Oct 2008 07:29:10 +0000
(09:29 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Fri, 10 Oct 2008 07:29:10 +0000
(09:29 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
67a79b8
..
34de4fb
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-130,7
+130,7
@@
ascent_la_SOURCES = ascent.c
ascent_la_LDFLAGS = -module -avoid-version
ascent_la_CFLAGS = $(BUILD_WITH_LIBCURL_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS)
ascent_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBXML2_LIBS)
-collectd_LDADD += "-dlopen" a
pache
.la
+collectd_LDADD += "-dlopen" a
scent
.la
collectd_DEPENDENCIES += ascent.la
endif