summaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-01 02:50:06 +0000
committerDana Jansens <danakj@orodu.net>2002-11-01 02:50:06 +0000
commitc796dccdb97c48c01e583782cd253838a7bc6647 (patch)
treec0765cc32a512c2dc3629f738a5615209bbe9e56 /util/Makefile.am
parent6b438d90209b47fd0f4789cca53d0e2f66c9f552 (diff)
make bsetroot compile with the new codebase
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am12
1 files changed, 4 insertions, 8 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 676e53ae..b217dde3 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -7,7 +7,9 @@ bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot xftlsfonts
bsetroot_SOURCES = bsetroot.cc
-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
+bsetroot_LDADD = ../src/basedisplay.o ../src/color.o ../src/gccache.o \
+ ../src/texture.o ../src/timer.o ../src/image.o \
+ ../src/imagecontrol.o ../src/util.o
xftlsfonts_SOURCES = xftlsfonts.cc
@@ -16,10 +18,4 @@ MAINTAINERCLEANFILES = Makefile.in
distclean-local:
rm -f *\~ .\#*
-# 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
-xftlsfonts.o: xftlsfonts.cc
+# local dependencies \ No newline at end of file