aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-27 04:22:09 (GMT)
committerrathnor <rathnor>2003-04-27 04:22:09 (GMT)
commitedf60e95deefe50e5412a6a57f4af627f4548110 (patch)
tree9374a42b3f7d29e8971d68490143e2331cf95169 /util/Makefile.am
parent4d57d6b3943bc352b0b6d3223d017af8943b1f80 (diff)
downloadfluxbox-edf60e95deefe50e5412a6a57f4af627f4548110.zip
fluxbox-edf60e95deefe50e5412a6a57f4af627f4548110.tar.bz2
fix build issue for new loc of stringutil
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 4b8665a..dfef725 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -5,7 +5,7 @@ bin_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/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \
8 ../src/StringUtil.o ../src/FbTk/libFbTk.a 8 ../src/FbTk/libFbTk.a
9 9
10MAINTAINERCLEANFILES = Makefile.in 10MAINTAINERCLEANFILES = Makefile.in
11EXTRA_DIST=bsetbg fluxbox-generate_menu 11EXTRA_DIST=bsetbg fluxbox-generate_menu