]> Dogcows Code - chaz/openbox/blobdiff - otk/Makefile.am
omg, fat commit
[chaz/openbox] / otk / Makefile.am
index 694fa25ef3ac7e7224103c4846798f692470a6c2..e5521ca1c9a505b16911d802e167d325f97dd227 100644 (file)
@@ -4,9 +4,9 @@ INCLUDES= -I../src
 
 noinst_LIBRARIES=libotk.a
 
-libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
+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
This page took 0.022601 seconds and 4 git commands to generate.