X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=6fdafeda970b171d3f84df9016cd114be9eb8447;hb=e75d3560a621976eee5413d3583c14c294fbeab6;hp=3c75a4c4036069f87ffe41a18d6ca71ad765ee6b;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 3c75a4c4..6fdafeda 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,13 +1,13 @@ # util/Makefile.am for Openbox CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ -@ORDEREDPSEUDO@ +@ORDEREDPSEUDO@ @CLOBBER@ bin_SCRIPTS = bsetbg bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc -bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o +bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o MAINTAINERCLEANFILES = Makefile.in @@ -15,4 +15,4 @@ distclean-local: rm -f *\~ bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \ - ../src/LinkedList.h ../src/Timer.h ../src/Image.h + ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h