diff options
author | fluxgen <fluxgen> | 2002-11-26 23:40:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-26 23:40:35 (GMT) |
commit | 7f8098804345bf1e594cd85fd116f371827fcdde (patch) | |
tree | 8a53addbd51b52f3d3dd0e0d5adc829e513c366b /util/Makefile.am | |
parent | a98bbe8e03233ce3388bf72b7ae19823dbc9fc09 (diff) | |
download | fluxbox_pavel-7f8098804345bf1e594cd85fd116f371827fcdde.zip fluxbox_pavel-7f8098804345bf1e594cd85fd116f371827fcdde.tar.bz2 |
change libFbTk location
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 94f5723..0adef2f 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/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ | 7 | bsetroot_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 | ||
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
11 | EXTRA_DIST=bsetbg fluxbox-generate_menu | 11 | EXTRA_DIST=bsetbg fluxbox-generate_menu |