diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-21 02:09:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-21 02:09:33 +0000 |
| commit | 607bf10d6df4a806cf571f9fc426eeafca21b6f9 (patch) | |
| tree | 23c556219d1952f828b273b1b5c46e395874b9d6 /otk_c | |
| parent | 79ce13073b82b5144b114fc388d0be53835957a8 (diff) | |
it compiles.. does it worK? HEH
Diffstat (limited to 'otk_c')
| -rw-r--r-- | otk_c/Makefile | 4 |
1 files 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 |
