blob: 5829d737e56e49cae4a6596a0edba7ad76251340 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Mon Feb 19 11:31:12 2001
+++ Makefile Wed Feb 21 00:01:17 2001
@@ -9,8 +9,8 @@
# Be carefull editing these settings
DEBUG = -g
-LIBS = -lgd
-CFLAGS = -Wall $(DEBUG) -O2 -DETCDIR=\"$(ETCDIR)\"
+LIBS = -L${LOCALBASE}/lib -lgd
+CFLAGS += -I${LOCALBASE}/include -I${LOCALBASE}/include/gd -DETCDIR=\"$(ETCDIR)\"
# Everything below here should be alright
TARGET = cvsgraph
|