diff options
author | fluxgen <fluxgen> | 2002-08-20 01:53:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-08-20 01:53:18 (GMT) |
commit | 4d3ee5364af5ceccdee89809dbe13a41720bf781 (patch) | |
tree | 46348cd95e355dee8339185dd23667bee3e87ca3 | |
parent | 930d40d5a5d9844bfc4aa5368ccdbbdeeab44546 (diff) | |
download | fluxbox-4d3ee5364af5ceccdee89809dbe13a41720bf781.zip fluxbox-4d3ee5364af5ceccdee89809dbe13a41720bf781.tar.bz2 |
subdir fbrun
-rw-r--r-- | util/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 3ee5433..e2df94a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,9 +1,10 @@ | |||
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 | 2 | SUBDIRS = fbrun | |
3 | bin_SCRIPTS = bsetbg | 3 | bin_SCRIPTS = bsetbg |
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 |
7 | |||
7 | MAINTAINERCLEANFILES = Makefile.in | 8 | MAINTAINERCLEANFILES = Makefile.in |
8 | EXTRA_DIST=bsetbg | 9 | EXTRA_DIST=bsetbg |
9 | 10 | ||