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
This commit is contained in:
Michael Jerris 2007-10-01 15:46:05 +00:00
parent 6d2ff03bb1
commit e7583f98b5
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ endif
if ADD_ODBC
libfreeswitch_la_SOURCES += src/switch_odbc.c
CORE_LIBS += -lodbc
libfreeswitch_la_LDFLAGS += -lodbc
endif