# HG changeset patch # User Myhailo Danylenko # Date 1263468914 -7200 # Node ID 47dc571eb408f7d0a1211a28b7c89dc3ad81fe5a # Parent 2780d5e74400eac7901a8196c1fc5adb50e1e909 Change mcabber headers naming covention diff -r 2780d5e74400 -r 47dc571eb408 CMakeLists.txt --- a/CMakeLists.txt Sat Jan 02 12:45:37 2010 +0200 +++ b/CMakeLists.txt Thu Jan 14 13:35:14 2010 +0200 @@ -53,13 +53,13 @@ ## Compiler setup include_directories(SYSTEM ${GLIB_INCLUDE_DIRS} ${GMODULE_INCLUDE_DIRS} - ${LM_INCLUDE_DIRS}) + ${LM_INCLUDE_DIRS} + ${MCABBER_INCLUDE_DIR}) target_link_libraries(disco ${GLIB_LIBRARIES} ${GMODULE_LIBRARIES} ${LM_LIBRARIES}) include_directories(${disco_SOURCE_DIR} - ${disco_BINARY_DIR} - ${MCABBER_INCLUDE_DIR}) + ${disco_BINARY_DIR}) ## Installation install(TARGETS disco DESTINATION lib/mcabber) diff -r 2780d5e74400 -r 47dc571eb408 config.h --- a/config.h Sat Jan 02 12:45:37 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ - -#ifndef LOCAL_CONFIG_H -#define LOCAL_CONFIG_H - -#define MODULES_ENABLE 1 - -# endif - diff -r 2780d5e74400 -r 47dc571eb408 disco.c --- a/disco.c Sat Jan 02 12:45:37 2010 +0200 +++ b/disco.c Thu Jan 14 13:35:14 2010 +0200 @@ -23,15 +23,15 @@ #include #include -#include "commands.h" -#include "logprint.h" -#include "utils.h" -#include "hooks.h" -#include "xmpp.h" -#include "compl.h" -#include "xmpp_defines.h" -#include "screen.h" -#include "hbuf.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "disco.h"