it compiles.. does it worK? HEH
This commit is contained in:
parent
79ce13073b
commit
607bf10d6d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue