diff options
author | fluxgen <fluxgen> | 2003-04-28 14:45:13 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-28 14:45:13 (GMT) |
commit | b58d23091d3878fd8b4fbfdd7acca4383381fdf8 (patch) | |
tree | 7a6bac872954420f4fe161573429d14bda7a3ba4 /util/Makefile.am | |
parent | e7b893beba45053ff05a8a192d198b7c5d7918bf (diff) | |
download | fluxbox-b58d23091d3878fd8b4fbfdd7acca4383381fdf8.zip fluxbox-b58d23091d3878fd8b4fbfdd7acca4383381fdf8.tar.bz2 |
update
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index dfef725..8bec0c1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,14 +1,14 @@ | |||
1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager | 1 | # util/Makefile.am for Fluxbox |
2 | SUBDIRS = fbrun | 2 | SUBDIRS = fbrun |
3 | INCLUDES=-I../src/FbTk/ | 3 | INCLUDES=-I../src/FbTk/ |
4 | bin_SCRIPTS = bsetbg fluxbox-generate_menu | 4 | bin_SCRIPTS = fbsetbg 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/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=fbsetbg fluxbox-generate_menu |
12 | 12 | ||
13 | distclean-local: | 13 | distclean-local: |
14 | rm -f *\~ | 14 | rm -f *\~ |