From: Michael Jerris Date: Mon, 1 Oct 2007 15:46:05 +0000 (+0000) Subject: fix build issue when --enable-core-odbc-support on fresh checkout X-Git-Tag: v1.0-beta2~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7583f98b5de6c5d1feae2afd360e2a14600d9e7;p=thirdparty%2Ffreeswitch.git fix build issue when --enable-core-odbc-support on fresh checkout git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5771 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index 3c8c142527..bfc254e1c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,7 +134,7 @@ endif if ADD_ODBC libfreeswitch_la_SOURCES += src/switch_odbc.c -CORE_LIBS += -lodbc +libfreeswitch_la_LDFLAGS += -lodbc endif