[Cherokee-commits] [3475] cherokee/trunk/cherokee/Makefile.am: Fixes a compilation issue.
SVN at cherokee-project.com
SVN at cherokee-project.com
Thu Jul 23 09:35:45 CEST 2009
Revision: 3475
http://svn.cherokee-project.com/changeset/3475
Author: alo
Date: 2009-07-23 09:35:45 +0200 (Thu, 23 Jul 2009)
Log Message:
-----------
Fixes a compilation issue.
Modified Paths:
--------------
cherokee/trunk/cherokee/Makefile.am
Modified: cherokee/trunk/cherokee/Makefile.am
===================================================================
--- cherokee/trunk/cherokee/Makefile.am 2009-07-22 20:46:34 UTC (rev 3474)
+++ cherokee/trunk/cherokee/Makefile.am 2009-07-23 07:35:45 UTC (rev 3475)
@@ -379,13 +379,13 @@
collector_rrd.c \
collector_rrd.h
-libplugin_collector_rrd_la_LDFLAGS = $(module_ldflags)
-libplugin_collector_rrd_la_SOURCES = $(collector_rrd)
+libplugin_rrd_la_LDFLAGS = $(module_ldflags)
+libplugin_rrd_la_SOURCES = $(collector_rrd)
if STATIC_COLLECTOR_RRD
static_collector_rrd_src = $(collector_rrd)
else
-dynamic_collector_rrd_lib = libplugin_collector_rrd.la
+dynamic_collector_rrd_lib = libplugin_rrd.la
endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.octality.com/pipermail/cherokee-commits/attachments/20090723/ac9b1fba/attachment.htm
More information about the Cherokee-commits
mailing list