X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=30196070838d70e6d4065eb748562683c340bad9;hb=cf0823dcf3d1ee8e61be0dfc842b1be3a34b3aee;hp=7d21e27ab7c547e03bb4e04bfa16d093ff064105;hpb=d2c380fb54a29a586b97ab6421370e7acdcf28e5;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index 7d21e27a..30196070 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -6,7 +6,8 @@ noinst_LIBRARIES=libotk.a 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 + timerqueuemanager.cc style.cc configuration.cc util.cc \ + widget.cc button.cc MAINTAINERCLEANFILES= Makefile.in @@ -18,3 +19,8 @@ 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 +widget.o: widget.cc widget.hh +button.o: button.cc button.hh