[Freeswitch-svn] [commit] r5771 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Mon Oct 1 11:46:05 EDT 2007
Author: mikej
Date: Mon Oct 1 11:46:05 2007
New Revision: 5771
Modified:
freeswitch/trunk/Makefile.am
Log:
fix build issue when --enable-core-odbc-support on fresh checkout
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Mon Oct 1 11:46:05 2007
@@ -134,7 +134,7 @@
if ADD_ODBC
libfreeswitch_la_SOURCES += src/switch_odbc.c
-CORE_LIBS += -lodbc
+libfreeswitch_la_LDFLAGS += -lodbc
endif
More information about the Freeswitch-svn
mailing list