aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-10 15:44:15 (GMT)
committerfluxgen <fluxgen>2003-05-10 15:44:15 (GMT)
commit4ccdb5ebb998de0fd11e1d8fd58d294248f74e59 (patch)
treeec5789e235519ecf337a8923e4047554f4c1840c /util/Makefile.am
parent980060a509d1ca2a51335325611bfae5f7cba1b0 (diff)
downloadfluxbox-4ccdb5ebb998de0fd11e1d8fd58d294248f74e59.zip
fluxbox-4ccdb5ebb998de0fd11e1d8fd58d294248f74e59.tar.bz2
removed BaseDisplay
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index a2858c8..6e03fd9 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/
4bin_SCRIPTS = fbsetbg fluxbox-generate_menu 4bin_SCRIPTS = fbsetbg 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/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/ScreenInfo.o ../src/i18n.o ../src/FbAtoms.o \
8 ../src/FbTk/libFbTk.a 8 ../src/FbTk/libFbTk.a
9 9
10MAINTAINERCLEANFILES = Makefile.in 10MAINTAINERCLEANFILES = Makefile.in
@@ -13,5 +13,5 @@ EXTRA_DIST=fbsetbg fluxbox-generate_menu
13distclean-local: 13distclean-local:
14 rm -f *\~ Makefile.in 14 rm -f *\~ Makefile.in
15 15
16bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh ../src/FbAtoms.hh 16bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/ScreenInfo.hh ../src/FbAtoms.hh
17 17