X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=bdc2476dd641d7f509512e677be97383a1b84e39;hb=fa05dc56ea0bf29100efd2cb4399d8f4818f73e7;hp=19a852303979a1fec67dcd529f415c3d5913f23c;hpb=a7c71b36842bb44672aa928a8b63c82092e1b9b5;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 19a85230..bdc2476d 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,21 +1,23 @@ # util/Makefile.am for Blackbox - an X11 Window manager -CXXFLAGS= @CXXFLAGS@ +CPPFLAGS= @CPPFLAGS@ #SUBDIRS = epist bin_SCRIPTS = bsetbg 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/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 distclean-local: rm -f *\~ .\#* -# local dependencies \ No newline at end of file +# local dependencies