From 67656ec64b13112bc80f5e1a29af50a8fb9a62d8 Mon Sep 17 00:00:00 2001 From: Shane Burrell Date: Thu, 12 Feb 2009 00:45:21 +0000 Subject: [PATCH] Added some more libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11906 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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})