summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cdafc6)
raw | patch | inline | side by side (parent: 5cdafc6)
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 67a79b80ccd714213b6536b57c9d7c2a0b3fb950..34de4fb749887170f5a98654ea6eee00fe1dfbe0 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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" apache.la
+collectd_LDADD += "-dlopen" ascent.la
collectd_DEPENDENCIES += ascent.la
endif