11 lines
430 B
Diff
11 lines
430 B
Diff
--- Makefile 2003-11-15 04:19:44.000000000 +0000
|
|
+++ Makefile.new 2004-01-10 02:20:28.753368424 +0000
|
|
@@ -1,6 +1,6 @@
|
|
-include ../../platform-settings
|
|
+include /usr/lib/jabberd/platform-settings
|
|
|
|
-CFLAGS:=$(CFLAGS) -I../../jabberd -I../include `pkg-config --cflags glib-2.0`
|
|
+CFLAGS:=$(CFLAGS) -I/usr/include/jabberd -I../include `pkg-config --cflags glib-2.0`
|
|
LIBS:=$(LIBS) `pkg-config --libs glib-2.0`
|
|
|
|
# Debug/Experimental
|