99f743496c
Jabber User Directory module PR: 37208 Submitted by: Sean Chittenden <sean@chittenden.org>
12 lines
336 B
Text
12 lines
336 B
Text
--- Makefile.orig Mon Apr 15 00:17:50 2002
|
|
+++ Makefile Mon Apr 15 00:18:33 2002
|
|
@@ -1,6 +1,7 @@
|
|
-include ../platform-settings
|
|
+INCDIR= ${PREFIX}/include/jabber
|
|
+include ${INCDIR}/platform-settings
|
|
|
|
-CFLAGS:=$(CFLAGS) -I../jabberd
|
|
+CFLAGS:=$(CFLAGS) -I${INCDIR}
|
|
|
|
conference_OBJECTS=conference.o conference_room.o conference_user.o
|
|
|