diff options
author | fluxgen <fluxgen> | 2002-11-30 21:08:07 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-30 21:08:07 (GMT) |
commit | b9134162f9633784d9097df18769a699a62650fe (patch) | |
tree | 89166977d55b7b0f6921333003b00f338464a8b4 /util/Makefile.am | |
parent | 6dbabfb1d8cb13d9127661e1c27761f9f25b455a (diff) | |
download | fluxbox-b9134162f9633784d9097df18769a699a62650fe.zip fluxbox-b9134162f9633784d9097df18769a699a62650fe.tar.bz2 |
updated for imagecontrol
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 6 |
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/ | |||
4 | bin_SCRIPTS = bsetbg fluxbox-generate_menu | 4 | bin_SCRIPTS = bsetbg fluxbox-generate_menu |
5 | bin_PROGRAMS = bsetroot | 5 | bin_PROGRAMS = bsetroot |
6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
7 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ | 7 | bsetroot_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 | ||
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
11 | EXTRA_DIST=bsetbg fluxbox-generate_menu | 11 | EXTRA_DIST=bsetbg fluxbox-generate_menu |
@@ -14,5 +14,5 @@ distclean-local: | |||
14 | rm -f *\~ | 14 | rm -f *\~ |
15 | 15 | ||
16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | 16 | bsetroot.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 | ||