X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=118c56fc8a76a1e9d4f6013c081f9449a982a463;hb=8e50f87c63a8675eb349a7be0e0dadea53c21a98;hp=886f19dc5a2506a2e404a0ff21f7cbe4bd3197aa;hpb=3531afa1cca6fe135013b925999d3b62291c0acb;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 886f19dc..118c56fc 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,17 +1,20 @@ # util/Makefile.am for Blackbox - an X11 Window manager -CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@ +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: - rm -f *\~ + rm -f *\~ .\#* # local dependencies @@ -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