it compiles.. does it worK? HEH

This commit is contained in:
Dana Jansens 2002-12-21 02:09:33 +00:00
parent 79ce13073b
commit 607bf10d6d

View 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