]> Dogcows Code - chaz/openbox/blob - util/Makefile.am
fix bug where destroying the wrong windows in BlackboxWindow::positionButtons.
[chaz/openbox] / util / Makefile.am
1 # util/Makefile.am for Blackbox - an X11 Window manager
2
3 CPPFLAGS= @CPPFLAGS@ @DEBUG@
4
5 bin_SCRIPTS = bsetbg
6 bin_PROGRAMS = bsetroot
7
8 bsetroot_SOURCES = bsetroot.cc
9 bsetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
10
11 MAINTAINERCLEANFILES = Makefile.in
12
13 distclean-local:
14 rm -f *\~
15
16 # local dependencies
17
18 bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
19 ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
20 ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
21 bsetroot.hh ../src/Image.hh
This page took 0.038802 seconds and 5 git commands to generate.