summaryrefslogtreecommitdiff
path: root/otk/Makefile.am
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-11-06 13:51:23 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-11-06 13:51:23 +0000
commit35fcb62ddd4861f857d93941407e3d87d444b2cc (patch)
tree8538b81a0e74689d12ec95fb71f9c4ae6fdf5eab /otk/Makefile.am
parent0cf6e32e1cd1659adc6f0a95649302758256207a (diff)
added style class, moved util and config to otk
Diffstat (limited to 'otk/Makefile.am')
-rw-r--r--otk/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 7d21e27a..e5521ca1 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -6,7 +6,7 @@ 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
MAINTAINERCLEANFILES= Makefile.in
@@ -18,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