]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build issue when --enable-core-odbc-support on fresh checkout
authorMichael Jerris <mike@jerris.com>
Mon, 1 Oct 2007 15:46:05 +0000 (15:46 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 1 Oct 2007 15:46:05 +0000 (15:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5771 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 3c8c14252708da01aca8e5da4008f74900845702..bfc254e1c654f1ac7ff6e3b1e2c826441ebb73be 100644 (file)
@@ -134,7 +134,7 @@ endif
 
 if ADD_ODBC
 libfreeswitch_la_SOURCES += src/switch_odbc.c
-CORE_LIBS     += -lodbc
+libfreeswitch_la_LDFLAGS     += -lodbc
 endif