diff options
author | fluxgen <fluxgen> | 2002-09-07 19:01:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-07 19:01:18 (GMT) |
commit | 6bc0fcf88b67ff727fbddfb70752d0116ab8f025 (patch) | |
tree | 560b9784736b348610983e6bb94df4387ca9a987 /util | |
parent | d2051b5cdc5ccc835bd33d980536607f41e88968 (diff) | |
download | fluxbox_pavel-6bc0fcf88b67ff727fbddfb70752d0116ab8f025.zip fluxbox_pavel-6bc0fcf88b67ff727fbddfb70752d0116ab8f025.tar.bz2 |
added fluxbox-generate_menu
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index e2df94a..beccba7 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager | 1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager |
2 | SUBDIRS = fbrun | 2 | SUBDIRS = fbrun |
3 | bin_SCRIPTS = bsetbg | 3 | bin_SCRIPTS = bsetbg fluxbox-generate_menu |
4 | bin_PROGRAMS = bsetroot | 4 | bin_PROGRAMS = bsetroot |
5 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 5 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
6 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o | 6 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o |
@@ -13,3 +13,6 @@ distclean-local: | |||
13 | 13 | ||
14 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | 14 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ |
15 | ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh | 15 | ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh |
16 | |||
17 | ../data/menu: fluxbox-generate_menu | ||
18 | ./fluxbox-generate_menu -o ../data/menu -p ${prefix}/share -m "Fluxbox-${VERSION}" | ||