[Freeswitch-svn] [commit] r2941 - freeswitch/trunk/src/mod/event_handlers/mod_cdr
Freeswitch SVN
mikej at freeswitch.org
Mon Oct 2 00:25:41 EDT 2006
Author: mikej
Date: Mon Oct 2 00:25:41 2006
New Revision: 2941
Modified:
freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile
Log:
typo
Modified: freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile (original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile Mon Oct 2 00:25:41 2006
@@ -1,10 +1,9 @@
-CFLAGS += $(shell mysql_config --includes)
-LDFLAGS += $(shell mysql_config --libs )
+CFLAGS += $(shell mysql_config --include)
+LDFLAGS += $(shell mysql_config --libs)
CPPCC = g++
OBJS=cdrcontainer.o basecdr.o baseregistry.o mysqlcdr.o pddcdr.o csvcdr.o
-
all: depends $(OBJS) $(MODNAME).$(DYNAMIC_LIB_EXTEN)
More information about the Freeswitch-svn
mailing list