blob: 4d3b47dd85b1dfa7c0c4529682222e94de0d74a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig Sun Apr 14 21:28:26 2002
+++ Makefile Sun Apr 14 21:53:11 2002
@@ -1,6 +1,7 @@
-include ../platform-settings
+INCDIR= ${PREFIX}/include/jabber
+include ${INCDIR}/platform-settings
-CFLAGS:=$(CFLAGS) -I../jabberd
+CFLAGS:=$(CFLAGS) -I${INCDIR}
jud_OBJECTS=jud.o jud_reg.o jud_search.o
|