summaryrefslogtreecommitdiff
path: root/otk/Makefile.am
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-11-16 02:15:49 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-11-16 02:15:49 +0000
commita3d036f60ed2333622ee9b61dbddcdc8fbc497c3 (patch)
treedae05770ec9c7aab9529e57361cb7b87f956de0f /otk/Makefile.am
parente53fbcf092c40b22ccc4c5f23795e12c9862c338 (diff)
added otkapplication and event stuff, changed other files to accomodate for this, changed the test.
no idea if anything runs yet. it compiles =)
Diffstat (limited to 'otk/Makefile.am')
-rw-r--r--otk/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 959a8433..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
@@ -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