From fb7b6b37615cafa5d553560d78f931e0003fb6cc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Jul 2002 04:40:04 +0000 Subject: add the xftlsfonts utility --- util/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/Makefile.am') diff --git a/util/Makefile.am b/util/Makefile.am index 7da2187b..118c56fc 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -4,11 +4,13 @@ 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: @@ -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 -- cgit v1.2.3