diff options
author | rathnor <rathnor> | 2003-04-27 04:22:09 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-27 04:22:09 (GMT) |
commit | edf60e95deefe50e5412a6a57f4af627f4548110 (patch) | |
tree | 9374a42b3f7d29e8971d68490143e2331cf95169 /util/Makefile.am | |
parent | 4d57d6b3943bc352b0b6d3223d017af8943b1f80 (diff) | |
download | fluxbox_pavel-edf60e95deefe50e5412a6a57f4af627f4548110.zip fluxbox_pavel-edf60e95deefe50e5412a6a57f4af627f4548110.tar.bz2 |
fix build issue for new loc of stringutil
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
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 | |||
5 | bin_PROGRAMS = bsetroot | 5 | bin_PROGRAMS = bsetroot |
6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
7 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \ | 7 | bsetroot_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 | ||
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
11 | EXTRA_DIST=bsetbg fluxbox-generate_menu | 11 | EXTRA_DIST=bsetbg fluxbox-generate_menu |