blob: 5c049d8d9453e71905260c8430d9298c8b59d1b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- TaskMenu/Makefile.orig Mon Sep 4 00:17:56 2000
+++ TaskMenu/Makefile Mon Sep 4 16:18:17 2000
@@ -1,8 +1,8 @@
-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
OBJS=task-menu.o task-option.o task-manage.o task-icon.o
-CC=gcc
+CC?=gcc
CFLAGS+=$(INCLUDEFLAGS)
default: $(OBJS)
|