]> Dogcows Code - chaz/openbox/blob - util/Makefile.am
Fixed bsetroot to use the new Geometries returned in ScreenInfo
[chaz/openbox] / 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/LinkedList.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/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h
This page took 0.037397 seconds and 5 git commands to generate.