]> Dogcows Code - chaz/openbox/blobdiff - util/Makefile.am
make epist compile with the new code base
[chaz/openbox] / util / Makefile.am
index 7da2187bbbe3ea3d48231370c35efdc87c484622..676e53aeb6670b2d7f9aa08a6123439328d4dfbd 100644 (file)
@@ -1,14 +1,16 @@
 # util/Makefile.am for Blackbox - an X11 Window manager
 
-CPPFLAGS= @CPPFLAGS@ @DEBUG@
+CXXFLAGS= @CXXFLAGS@
 
-SUBDIRS =                      epist
+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:
@@ -20,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.021669 seconds and 4 git commands to generate.