From 607bf10d6df4a806cf571f9fc426eeafca21b6f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 02:09:33 +0000 Subject: [PATCH] it compiles.. does it worK? HEH --- otk_c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otk_c/Makefile b/otk_c/Makefile index 960308c6..f0052b41 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 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 -- 2.39.2