]> icculus.org git repositories - mikachu/openbox.git/blob - util/Makefile.am
merge the sticky window fix from 1.2.
[mikachu/openbox.git] / util / Makefile.am
1 # util/Makefile.am for Openbox
2
3 CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
4 @ORDEREDPSEUDO@ @CLOBBER@
5
6 bin_SCRIPTS =           bsetbg
7 bin_PROGRAMS =          bsetroot
8
9 bsetroot_SOURCES =      bsetroot.cc
10 bsetroot_LDADD =        ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
11
12 MAINTAINERCLEANFILES =  Makefile.in
13
14 distclean-local:
15         rm -f *\~
16
17 bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
18  ../src/Timer.h ../src/Image.h ../src/Geometry.h