17 lines
628 B
Plaintext
17 lines
628 B
Plaintext
--- Makefile.orig Sat Oct 12 07:06:35 2002
|
|
+++ Makefile Sat Oct 12 07:08:05 2002
|
|
@@ -1,10 +1,10 @@
|
|
|
|
# $Id: Makefile,v 1.3 2002/08/12 23:46:51 pcurtis Exp $
|
|
|
|
-include ../platform-settings
|
|
+include ${PREFIX}/include/jabber/platform-settings
|
|
|
|
-CFLAGS:=$(CFLAGS) -I../jabberd `glib-config --cflags`
|
|
-LIBS:=$(LIBS) `glib-config --libs glib`
|
|
+CFLAGS:=$(CFLAGS) -I${PREFIX}/include -I${PREFIX}/include/jabber `glib12-config --cflags`
|
|
+LIBS:=$(LIBS) `glib12-config --libs glib` -liconv
|
|
|
|
YAHOO_OBJECTS=yahoo-transport.o yahoo-session.o yahoo-phandler.o yahoo.o \
|
|
crypt.o yahoo-presence.o yahoo-server.o md5.o yahoo-message.o \
|