all repos — openbox @ 607bf10d6df4a806cf571f9fc426eeafca21b6f9

openbox fork - make it a bit more like ryudo

it compiles.. does it worK? HEH
Dana Jansens danakj@orodu.net
commit

607bf10d6df4a806cf571f9fc426eeafca21b6f9

parent

79ce13073b82b5144b114fc388d0be53835957a8

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M otk_c/Makefileotk_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