aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-20 01:53:18 (GMT)
committerfluxgen <fluxgen>2002-08-20 01:53:18 (GMT)
commit4d3ee5364af5ceccdee89809dbe13a41720bf781 (patch)
tree46348cd95e355dee8339185dd23667bee3e87ca3
parent930d40d5a5d9844bfc4aa5368ccdbbdeeab44546 (diff)
downloadfluxbox-4d3ee5364af5ceccdee89809dbe13a41720bf781.zip
fluxbox-4d3ee5364af5ceccdee89809dbe13a41720bf781.tar.bz2
subdir fbrun
-rw-r--r--util/Makefile.am3
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 2SUBDIRS = fbrun
3bin_SCRIPTS = bsetbg 3bin_SCRIPTS = bsetbg
4bin_PROGRAMS = bsetroot 4bin_PROGRAMS = bsetroot
5bsetroot_SOURCES = bsetroot.cc bsetroot.hh 5bsetroot_SOURCES = bsetroot.cc bsetroot.hh
6bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o 6bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o
7
7MAINTAINERCLEANFILES = Makefile.in 8MAINTAINERCLEANFILES = Makefile.in
8EXTRA_DIST=bsetbg 9EXTRA_DIST=bsetbg
9 10