blob: f430df919a237bf3d06dbc0be03896dfd81798e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|