]> Dogcows Code - chaz/openbox/blobdiff - util/Makefile.am
Fixed a boob mistake which was causing KeyRelease events to not be handled properly...
[chaz/openbox] / util / Makefile.am
index 9d60a964e5967c9228b62fadac521bb0d45d70a3..118c56fc8a76a1e9d4f6013c081f9449a982a463 100644 (file)
@@ -2,12 +2,15 @@
 
 CPPFLAGS= @CPPFLAGS@ @DEBUG@
 
+SUBDIRS =                      epist
 bin_SCRIPTS =          bsetbg
-bin_PROGRAMS =         bsetroot
+bin_PROGRAMS =         bsetroot xftlsfonts
 
 bsetroot_SOURCES =     bsetroot.cc
 bsetroot_LDADD =       ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
 
+xftlsfonts_SOURCES = xftlsfonts.cc
+
 MAINTAINERCLEANFILES = Makefile.in
 
 distclean-local:
@@ -19,3 +22,4 @@ bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
  ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
  ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
  bsetroot.hh ../src/Image.hh
+xftlsfonts.o: xftlsfonts.cc
This page took 0.024589 seconds and 4 git commands to generate.