X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=7bcc85d8b46cba594c22b1faf95249c37ff24235;hb=f1b9e2168d8c1b03b0fcf0b6dd70aa46c513059d;hp=9508b45aa326e0d848c1a3a5a85f7a361f0407fe;hpb=a79513f3d2a34f5a81753b74392fc9f4a0cd3ee4;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 9508b45a..7bcc85d8 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,13 +1,17 @@ -# util/Makefile.am for Blackbox - an X11 Window manager +CPPFLAGS= @CPPFLAGS@ -CPPFLAGS= @CPPFLAGS@ @DEBUG@ - -#SUBDIRS = epist +#SUBDIRS = epist bin_SCRIPTS = bsetbg -bin_PROGRAMS = bsetroot +bin_PROGRAMS = bsetroot xftlsfonts bsetroot_SOURCES = bsetroot.cc -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 +bsetroot_LDADD = ../src/basedisplay.o ../otk/color.o ../otk/gccache.o \ + ../otk/texture.o ../src/timer.o ../otk/image.o \ + ../otk/imagecontrol.o ../src/util.o ../src/screeninfo.o + +xftlsfonts_SOURCES = xftlsfonts.cc + +INCLUDES= -I../src -I../otk MAINTAINERCLEANFILES = Makefile.in @@ -15,8 +19,3 @@ distclean-local: rm -f *\~ .\#* # local dependencies - -bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \ - ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \ - ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \ - bsetroot.hh ../src/Image.hh