diff -r 34b6fedde9eb -r 4fd19a188509 CMakeLists.txt --- a/CMakeLists.txt Mon Feb 09 13:00:42 2009 +0200 +++ b/CMakeLists.txt Mon Feb 09 13:39:36 2009 +0200 @@ -3,11 +3,8 @@ # Define targets add_library(loudmouth MODULE util.c lm_types.c lm_proxy.c lm_ssl.c lm_connection.c lm_message.c lm_message_node.c lm_message_handler.c lm.c) -add_library(glib MODULE glib.c glib_types.c glib_main_context.c glib_source.c glib_timeout.c util.c) # Check for dependencies -find_package(ZLIB REQUIRED) - find_package(Lua51 REQUIRED) find_package(PkgConfig REQUIRED) @@ -17,6 +14,5 @@ # Set building options include_directories(SYSTEM ${LUA_INCLUDE_DIR} ${GLIB_INCLUDE_DIRS} ${LM_INCLUDE_DIRS}) target_link_libraries(loudmouth ${LUA_LIBRARIES} ${GLIB_LIBRARIES} ${LM_LIBRARIES}) -target_link_libraries(glib ${LUA_LIBRARIES} ${GLIB_LIBRARIES}) -set_target_properties(loudmouth glib PROPERTIES PREFIX "") +set_target_properties(loudmouth PROPERTIES PREFIX "")