X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=170e13f955a8b979045ea67c21d8e67bd897cb01;hb=5a9f3b5de23068acef28ee34477175f1d42c980b;hp=e5521ca1c9a505b16911d802e167d325f97dd227;hpb=35fcb62ddd4861f857d93941407e3d87d444b2cc;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index e5521ca1..170e13f9 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 style.cc configuration.cc util.cc + timerqueuemanager.cc style.cc configuration.cc util.cc \ + widget.cc focuswidget.cc button.cc MAINTAINERCLEANFILES= Makefile.in @@ -20,4 +21,7 @@ gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.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 +util.o: util.cc util.hh +widget.o: widget.cc widget.hh +focuswidget.o: focuswidget.cc focuswidget.hh +button.o: button.cc button.hh