blob: 10f9d312d6eae9260b77ba8adae4a7f9c7b5a024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
#
--- OpenPOBox/server/Makefile.in~remove-local-includes
+++ OpenPOBox/server/Makefile.in
@@ -11,8 +11,6 @@
# -I../asearch -I../romakana -I../include -g
CFLAGS = -DUNIX @CFLAGS@ \
- -I/usr/local/include -I/usr/local/lib/glib/include \
- -I@prefix@/include \
-I../asearch -I../romakana -I../include -g
pbserver: pbserver.o server.o poboxlib.o romakana_he.o lookup.o
|