aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-30 21:08:07 (GMT)
committerfluxgen <fluxgen>2002-11-30 21:08:07 (GMT)
commitb9134162f9633784d9097df18769a699a62650fe (patch)
tree89166977d55b7b0f6921333003b00f338464a8b4 /util/Makefile.am
parent6dbabfb1d8cb13d9127661e1c27761f9f25b455a (diff)
downloadfluxbox-b9134162f9633784d9097df18769a699a62650fe.zip
fluxbox-b9134162f9633784d9097df18769a699a62650fe.tar.bz2
updated for imagecontrol
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 0adef2f..d0af97a 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -4,8 +4,8 @@ INCLUDES=-I../src/FbTk/
4bin_SCRIPTS = bsetbg fluxbox-generate_menu 4bin_SCRIPTS = bsetbg fluxbox-generate_menu
5bin_PROGRAMS = bsetroot 5bin_PROGRAMS = bsetroot
6bsetroot_SOURCES = bsetroot.cc bsetroot.hh 6bsetroot_SOURCES = bsetroot.cc bsetroot.hh
7bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/ImageControl.o ../src/i18n.o ../src/FbAtoms.o \
8 ../src/StringUtil.o ../src/FbTk/libFbTk.a 8 ../src/StringUtil.o ../src/TextureRender.o ../src/FbTk/libFbTk.a
9 9
10MAINTAINERCLEANFILES = Makefile.in 10MAINTAINERCLEANFILES = Makefile.in
11EXTRA_DIST=bsetbg fluxbox-generate_menu 11EXTRA_DIST=bsetbg fluxbox-generate_menu
@@ -14,5 +14,5 @@ distclean-local:
14 rm -f *\~ 14 rm -f *\~
15 15
16bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ 16bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
17 ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh ../src/FbTk/Color.hh ../src/FbTk/Texture.hh 17 ../src/Timer.hh ../src/ImageControl.hh ../src/FbAtoms.hh
18 18