X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=e5521ca1c9a505b16911d802e167d325f97dd227;hb=5dc5cc32b0c00c3bfba8ea5727599f49b56ae817;hp=ada95b7ffbbcae7e2b0ca11356ea8b32e3f22e12;hpb=9259ec5732851dd66f7c598d629e3808ac7ab3d8;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index ada95b7f..e5521ca1 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -4,8 +4,9 @@ INCLUDES= -I../src noinst_LIBRARIES=libotk.a -libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \ - imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc +libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc property.cc \ + imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \ + timerqueuemanager.cc style.cc configuration.cc util.cc MAINTAINERCLEANFILES= Makefile.in @@ -17,3 +18,6 @@ color.o: color.cc color.hh display.hh screeninfo.hh rect.hh gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \ screeninfo.hh rect.hh rect.o: rect.cc rect.hh +configuration.o: configuration.cc configuration.hh +style.o: style.cc style.hh +util.o: util.cc util.hh \ No newline at end of file