it compiles.. does it worK? HEH
authorDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 02:09:33 +0000 (02:09 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Dec 2002 02:09:33 +0000 (02:09 +0000)
otk_c/Makefile

index 960308c..f0052b4 100644 (file)
@@ -3,8 +3,8 @@ exec_prefix=$(prefix)
 libdir=$(exec_prefix)/lib
 
 targets = libotk.so libotk.a
-sources = display.c screeninfo.c rect.c gccache.c
-headers = display.h screeninfo.h rect.h gccache.h
+sources = display.c screeninfo.c rect.c gccache.c color.c
+headers = display.h screeninfo.h rect.h gccache.h color.h
 
 CFLAGS+=-I/usr/gwar/include/python2.2