From: Shane Burrell Date: Thu, 12 Feb 2009 00:45:21 +0000 (+0000) Subject: Added some more libs X-Git-Tag: v1.0.3~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67656ec64b13112bc80f5e1a29af50a8fb9a62d8;p=thirdparty%2Ffreeswitch.git Added some more libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11906 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e52c902b0..20c99b64eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,13 +201,13 @@ ADD_SUBDIRECTORY(libs/libteletone/) #ADD_SUBDIRECTORY(libs/sqlite/) ADD_SUBDIRECTORY(libs/pcre/) ADD_SUBDIRECTORY(libs/stfu/) -#ADD_SUBDIRECTORY(libs/libedit/) +ADD_SUBDIRECTORY(libs/libedit/) ADD_SUBDIRECTORY(libs/srtp/) SET ( freeswitch_SRCS src/switch.c src/include/switch.h) ADD_EXECUTABLE(freeswitch ${freeswitch_SRCS}) -TARGET_LINK_LIBRARIES(freeswitch teletone pcre resample freeswith_la stfu ${optionalLibs}) +TARGET_LINK_LIBRARIES(freeswitch teletone pcre resample freeswitch_la stfu ${optionalLibs})