diff mcabber/src/Makefile @ 35:a8ceaa3005fd

[/trunk] Changeset 51 by mikael Work on libjabber integration. This is a big patch... * Remove socket.[ch] server.[ch] We have now fully switched to libjabber. * Roster is fetched, and buddies are added to the buddylist * Can send/receive messages using libjabber * Presence messages are handled. I have added statuses, as there only were online / offline statuses. * Use halfdelay to have a non-blocking getch(). And use a timeout in jb_main(). * Use utf8_{encode,decode}
author mikael
date Mon, 04 Apr 2005 19:13:58 +0000
parents 86837ff0554c
children 7259a61e1a4b
line wrap: on
line diff
--- a/mcabber/src/Makefile	Mon Apr 04 18:00:51 2005 +0000
+++ b/mcabber/src/Makefile	Mon Apr 04 19:13:58 2005 +0000
@@ -33,7 +33,7 @@
 endif
 CFLAGS = -Wall -W -pedantic
 LD = $(CC)
-LDLIBS = -lncurses -lpanel -L../libjabber -L../connwrap -llibjabber -lconnwrap -lssl
+LDLIBS = -lncurses -lpanel -lssl -L../libjabber -L../connwrap -llibjabber -lconnwrap
 
 ifeq ($(DEBUG),1)
 CFLAGS += -O0 -g -DDEBUG=1
@@ -55,8 +55,6 @@
     buddies.c \
     parsecfg.c \
     jabglue.c \
-    server.c \
-    socket.c \
     lang.c \
     utf8.c