summaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-25 00:49:41 +0000
committerDana Jansens <danakj@orodu.net>2002-05-25 00:49:41 +0000
commit3531afa1cca6fe135013b925999d3b62291c0acb (patch)
treebcbaf1ee06e1d4e56d9e0d8c62545fb610ff212b /util/Makefile.am
parent20063c22469643e8eb9c32bcc4b996f9640c9baf (diff)
imprted new tools from bb-cvs
re-change bsetroot to work preperly regarding the root window atoms
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am15
1 files changed, 9 insertions, 6 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 76c68393..886f19dc 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1,18 +1,21 @@
-# util/Makefile.am for Openbox
+# util/Makefile.am for Blackbox - an X11 Window manager
-CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
-@ORDEREDPSEUDO@ @CLOBBER@
+CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@
bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot
bsetroot_SOURCES = bsetroot.cc
-bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
+bsetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
MAINTAINERCLEANFILES = Makefile.in
distclean-local:
rm -f *\~
-bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
- ../src/Timer.h ../src/Image.h ../src/Geometry.h
+# local dependencies
+
+bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
+ ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
+ ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
+ bsetroot.hh ../src/Image.hh