[Freeswitch-svn] [commit] r11906 - freeswitch/trunk
    FreeSWITCH SVN 
    shaneb at freeswitch.org
       
    Wed Feb 11 16:45:21 PST 2009
    
    
  
Author: shaneb
Date: Wed Feb 11 18:45:21 2009
New Revision: 11906
Log:
Added some more libs
Modified:
   freeswitch/trunk/CMakeLists.txt
Modified: freeswitch/trunk/CMakeLists.txt
==============================================================================
--- freeswitch/trunk/CMakeLists.txt	(original)
+++ freeswitch/trunk/CMakeLists.txt	Wed Feb 11 18:45:21 2009
@@ -201,13 +201,13 @@
 #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})
 
 
    
    
More information about the Freeswitch-svn
mailing list