X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk_c%2FMakefile;h=f6cb0c54020b4b8d3732249721f4ea034bce8a96;hb=703ef4df2278adef66a65bcfc9455da41d0413e6;hp=397227ef84edfa6c9d0d3be71e57d4ec908b5ba6;hpb=55b2aaf973063796a668bc758232141c3d6f5cc9;p=chaz%2Fopenbox diff --git a/otk_c/Makefile b/otk_c/Makefile index 397227ef..f6cb0c54 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -3,8 +3,10 @@ exec_prefix = $(prefix) libdir = $(exec_prefix)/lib targets = libotk.so libotk.a -sources = init.c display.c screeninfo.c rect.c gccache.c color.c font.c -headers = init.h display.h screeninfo.h rect.h gccache.h color.h font.h +sources = init.c display.c screeninfo.c rect.c gccache.c color.c font.c \ + timer.c timerqueue.c imagecontrol.c +headers = init.h display.h screeninfo.h rect.h gccache.h color.h font.h \ + timer.h timerqueue.h imagecontrol.h CFLAGS += -g -W -Wall -I/usr/gwar/include/python2.2 `pkg-config --cflags xft` LDFLAGS += `pkg-config --libs xft`