aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-11 00:01:42 (GMT)
committerfluxgen <fluxgen>2003-05-11 00:01:42 (GMT)
commit3a75379606d7d8a57a7b848d7bdbc435aefec5fa (patch)
treeb9d402d72764965ce773404f3703f49d89f8ebd2 /util/Makefile.am
parent93b610edf4f4135b4251b58f8c7e588b07b04f1c (diff)
downloadfluxbox-3a75379606d7d8a57a7b848d7bdbc435aefec5fa.zip
fluxbox-3a75379606d7d8a57a7b848d7bdbc435aefec5fa.tar.bz2
using FbRootWindow
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 6e03fd9..f1ff4df 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/ScreenInfo.o ../src/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/FbRootWindow.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/ScreenInfo.hh ../src/FbAtoms.hh 16bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh
17 17