X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=6f363b250d1f8c3f90bcd245cc3835a0bccf7c73;hb=6223b6a3efe7591feae9a342ad92f34e1aefed54;hp=936937cd55ec445685f64a4fdbe83c759e4a9378;hpb=d7848facac926b81a40f7ae39c465843a79bb414;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index 936937cd..6f363b25 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -7,7 +7,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 \ - widget.cc focuswidget.cc button.cc + widget.cc focuswidget.cc button.cc eventhandler.cc \ + eventdispatcher.cc application.cc MAINTAINERCLEANFILES= Makefile.in @@ -26,7 +27,7 @@ configuration.o: configuration.cc configuration.hh util.hh focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \ point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \ screeninfo.hh timer.hh configuration.hh -font.o: font.cc font.hh util.hh gccache.hh display.hh color.hh \ +font.o: font.cc font.hh util.hh display.hh display.hh color.hh \ screeninfo.hh rect.hh point.hh gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \ screeninfo.hh rect.hh point.hh @@ -55,3 +56,6 @@ util.o: util.cc util.hh widget.o: widget.cc widget.hh rect.hh point.hh texture.hh color.hh \ util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \ configuration.hh display.hh assassin.hh +eventhandler.o: eventhandler.cc eventhandler.hh +eventdispatcher.o: eventdispatcher.cc eventdispatcher.hh +application.o: application.cc application.hh