]> Dogcows Code - chaz/openbox/blobdiff - otk/Makefile.am
added new files to the build
[chaz/openbox] / otk / Makefile.am
index ada95b7ffbbcae7e2b0ca11356ea8b32e3f22e12..30196070838d70e6d4065eb748562683c340bad9 100644 (file)
@@ -4,8 +4,10 @@ INCLUDES= -I../src
 
 noinst_LIBRARIES=libotk.a
 
-libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
-                  imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.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 style.cc configuration.cc util.cc \
+                  widget.cc button.cc
 
 MAINTAINERCLEANFILES= Makefile.in
 
@@ -17,3 +19,8 @@ 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
+widget.o: widget.cc widget.hh
+button.o: button.cc button.hh
This page took 0.02027 seconds and 4 git commands to generate.