aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-17 13:30:53 (GMT)
committerfluxgen <fluxgen>2003-02-17 13:30:53 (GMT)
commit12f1b0ed3d52e5bb21c614fd42083ee79709371a (patch)
treedc034aa3550db1d949dc9d0b98c6ebde780dd423 /util/Makefile.am
parent4857a824826f374820f56fb2a9caec8f97ae78a8 (diff)
downloadfluxbox-12f1b0ed3d52e5bb21c614fd42083ee79709371a.zip
fluxbox-12f1b0ed3d52e5bb21c614fd42083ee79709371a.tar.bz2
updated
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index d0af97a..4b8665a 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/ImageControl.o ../src/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \
8 ../src/StringUtil.o ../src/TextureRender.o ../src/FbTk/libFbTk.a 8 ../src/StringUtil.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
@@ -13,6 +13,5 @@ EXTRA_DIST=bsetbg fluxbox-generate_menu
13distclean-local: 13distclean-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 ../src/FbAtoms.hh
17 ../src/Timer.hh ../src/ImageControl.hh ../src/FbAtoms.hh
18 17