diff mcabber/src/Makefile @ 29:86837ff0554c

[/trunk] Changeset 45 by mikael * Switch to libjabber. (Does NOT work at all yet) jabglue.c is a wrapper around the libjabber library.
author mikael
date Mon, 28 Mar 2005 20:12:48 +0000
parents 0cd8025eebee
children a8ceaa3005fd
line wrap: on
line diff
--- a/mcabber/src/Makefile	Mon Mar 28 10:36:47 2005 +0000
+++ b/mcabber/src/Makefile	Mon Mar 28 20:12:48 2005 +0000
@@ -33,7 +33,7 @@
 endif
 CFLAGS = -Wall -W -pedantic
 LD = $(CC)
-LDLIBS = -lncurses -lpanel
+LDLIBS = -lncurses -lpanel -L../libjabber -L../connwrap -llibjabber -lconnwrap -lssl
 
 ifeq ($(DEBUG),1)
 CFLAGS += -O0 -g -DDEBUG=1
@@ -54,6 +54,7 @@
     utils.c \
     buddies.c \
     parsecfg.c \
+    jabglue.c \
     server.c \
     socket.c \
     lang.c \