]> Dogcows Code - chaz/openbox/commitdiff
added new files to the build
authorMarius Nita <marius@cs.pdx.edu>
Mon, 11 Nov 2002 03:48:02 +0000 (03:48 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Mon, 11 Nov 2002 03:48:02 +0000 (03:48 +0000)
otk/Makefile.am

index e5521ca1c9a505b16911d802e167d325f97dd227..30196070838d70e6d4065eb748562683c340bad9 100644 (file)
@@ -6,7 +6,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
+                  timerqueuemanager.cc style.cc configuration.cc util.cc \
+                  widget.cc button.cc
 
 MAINTAINERCLEANFILES= Makefile.in
 
@@ -20,4 +21,6 @@ gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.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
+util.o: util.cc util.hh
+widget.o: widget.cc widget.hh
+button.o: button.cc button.hh
This page took 0.021755 seconds and 4 git commands to generate.