--- 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
 
