summaryrefslogtreecommitdiff
path: root/otk_c/Makefile
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 00:46:25 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 00:46:25 +0000
commit79ce13073b82b5144b114fc388d0be53835957a8 (patch)
treed7324c48c2445bdf0fedb6743f50a88eef6e6bcd /otk_c/Makefile
parent8d3d9ae75c3b023288af18492713b00ca8244fe1 (diff)
color and gccache etc are like, half done
Diffstat (limited to 'otk_c/Makefile')
-rw-r--r--otk_c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk_c/Makefile b/otk_c/Makefile
index 9a93825d..960308c6 100644
--- a/otk_c/Makefile
+++ b/otk_c/Makefile
@@ -3,8 +3,8 @@ exec_prefix=$(prefix)
libdir=$(exec_prefix)/lib
targets = libotk.so libotk.a
-sources = display.c screeninfo.c rect.c
-headers = display.h screeninfo.h rect.h
+sources = display.c screeninfo.c rect.c gccache.c
+headers = display.h screeninfo.h rect.h gccache.h
CFLAGS+=-I/usr/gwar/include/python2.2