X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=19a852303979a1fec67dcd529f415c3d5913f23c;hb=a7c71b36842bb44672aa928a8b63c82092e1b9b5;hp=50a0aebf6f440c59ad18076f1db79da336154ed5;hpb=b7fa41a30b2e3271c4489a780c24ea82597ea18d;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 50a0aebf..19a85230 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,18 +1,21 @@ -# util/Makefile.am for Openbox +# util/Makefile.am for Blackbox - an X11 Window manager -CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ -@ORDEREDPSEUDO@ @CLOBBER@ +CXXFLAGS= @CXXFLAGS@ +#SUBDIRS = epist bin_SCRIPTS = bsetbg -bin_PROGRAMS = bsetroot +bin_PROGRAMS = bsetroot xftlsfonts 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/color.o ../src/gccache.o \ + ../src/texture.o ../src/timer.o ../src/image.o \ + ../src/imagecontrol.o ../src/util.o + +xftlsfonts_SOURCES = xftlsfonts.cc MAINTAINERCLEANFILES = Makefile.in distclean-local: - rm -f *\~ + rm -f *\~ .\#* -bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \ - ../src/LinkedList.h ../src/Timer.h ../src/Image.h +# local dependencies \ No newline at end of file