aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile.am')
-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