aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-15 13:08:05 (GMT)
committerfluxgen <fluxgen>2002-09-15 13:08:05 (GMT)
commit7610563f4ecca0c0a140ec96a60e15d5ee821e55 (patch)
tree50b190eabd52a306003d35cee1498abd409389ed /util/Makefile.am
parentfef994fa14dcbe41c6e94f140e7ab8e6300f4619 (diff)
downloadfluxbox-7610563f4ecca0c0a140ec96a60e15d5ee821e55.zip
fluxbox-7610563f4ecca0c0a140ec96a60e15d5ee821e55.tar.bz2
updated to match new Texture and Color stuff
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index c5c4442..0997ad2 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -3,7 +3,8 @@ SUBDIRS = fbrun
3bin_SCRIPTS = bsetbg fluxbox-generate_menu 3bin_SCRIPTS = bsetbg fluxbox-generate_menu
4bin_PROGRAMS = bsetroot 4bin_PROGRAMS = bsetroot
5bsetroot_SOURCES = bsetroot.cc bsetroot.hh 5bsetroot_SOURCES = bsetroot.cc bsetroot.hh
6bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o 6bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \
7 ../src/Color.o ../src/Texture.o ../src/StringUtil.o
7 8
8MAINTAINERCLEANFILES = Makefile.in 9MAINTAINERCLEANFILES = Makefile.in
9EXTRA_DIST=bsetbg 10EXTRA_DIST=bsetbg
@@ -12,5 +13,5 @@ distclean-local:
12 rm -f *\~ 13 rm -f *\~
13 14
14bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ 15bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
15 ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh 16 ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh ../src/Color.hh ../src/Texture.hh
16 17