]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added some more libs
authorShane Burrell <shaneb@metrostat.net>
Thu, 12 Feb 2009 00:45:21 +0000 (00:45 +0000)
committerShane Burrell <shaneb@metrostat.net>
Thu, 12 Feb 2009 00:45:21 +0000 (00:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11906 d0543943-73ff-0310-b7d9-9358b9ac24b2

CMakeLists.txt

index 7e52c902b04a6595ad65206fbd057088d587d665..20c99b64ebfd0e2ff73a5e48c5e716b0b705ccc0 100644 (file)
@@ -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})