diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 0000000..296bafb --- /dev/null +++ b/util/Makefile.am | |||
@@ -0,0 +1,17 @@ | |||
1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager | ||
2 | |||
3 | CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ | ||
4 | @ORDEREDPSEUDO@ | ||
5 | |||
6 | bin_SCRIPTS = bsetbg | ||
7 | bin_PROGRAMS = bsetroot | ||
8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | ||
9 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o | ||
10 | MAINTAINERCLEANFILES = Makefile.in | ||
11 | EXTRA_DIST=bsetbg | ||
12 | |||
13 | distclean-local: | ||
14 | rm -f *\~ | ||
15 | |||
16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | ||
17 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh | ||