aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-26 23:40:35 (GMT)
committerfluxgen <fluxgen>2002-11-26 23:40:35 (GMT)
commit7f8098804345bf1e594cd85fd116f371827fcdde (patch)
tree8a53addbd51b52f3d3dd0e0d5adc829e513c366b /util/Makefile.am
parenta98bbe8e03233ce3388bf72b7ae19823dbc9fc09 (diff)
downloadfluxbox-7f8098804345bf1e594cd85fd116f371827fcdde.zip
fluxbox-7f8098804345bf1e594cd85fd116f371827fcdde.tar.bz2
change libFbTk location
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 94f5723..0adef2f 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/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \
8 ../src/StringUtil.o ../src/FbTk/.libs/libFbTk.a 8 ../src/StringUtil.o ../src/FbTk/libFbTk.a
9 9
10MAINTAINERCLEANFILES = Makefile.in 10MAINTAINERCLEANFILES = Makefile.in
11EXTRA_DIST=bsetbg fluxbox-generate_menu 11EXTRA_DIST=bsetbg fluxbox-generate_menu