summaryrefslogtreecommitdiff
path: root/util/Makefile.am
blob: 76c68393600f8be1d99840c815f00982303956c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# util/Makefile.am for Openbox

CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
@ORDEREDPSEUDO@ @CLOBBER@

bin_SCRIPTS = 		bsetbg
bin_PROGRAMS =		bsetroot

bsetroot_SOURCES =	bsetroot.cc
bsetroot_LDADD =	../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o

MAINTAINERCLEANFILES =	Makefile.in

distclean-local:
	rm -f *\~

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