aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
blob: e2df94a4dad52f1183298c1f75c11c41cfe8ec84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# util/Makefile.am for Blackbox 0.61.x  - an X11 Window manager
SUBDIRS = fbrun
bin_SCRIPTS = bsetbg
bin_PROGRAMS =		bsetroot
bsetroot_SOURCES =	bsetroot.cc bsetroot.hh
bsetroot_LDADD =	../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o

MAINTAINERCLEANFILES =	Makefile.in
EXTRA_DIST=bsetbg

distclean-local:
	rm -f *\~

bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
 ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh