diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 296bafb..4b8665a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,17 +1,17 @@ | |||
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 | 2 | SUBDIRS = fbrun | |
3 | CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ | 3 | INCLUDES=-I../src/FbTk/ |
4 | @ORDEREDPSEUDO@ | 4 | bin_SCRIPTS = bsetbg fluxbox-generate_menu |
5 | |||
6 | bin_SCRIPTS = bsetbg | ||
7 | bin_PROGRAMS = bsetroot | 5 | bin_PROGRAMS = bsetroot |
8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
9 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o | 7 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \ |
8 | ../src/StringUtil.o ../src/FbTk/libFbTk.a | ||
9 | |||
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
11 | EXTRA_DIST=bsetbg | 11 | EXTRA_DIST=bsetbg fluxbox-generate_menu |
12 | 12 | ||
13 | distclean-local: | 13 | distclean-local: |
14 | rm -f *\~ | 14 | rm -f *\~ |
15 | 15 | ||
16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | 16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh ../src/FbAtoms.hh |
17 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh | 17 | |