]> Dogcows Code - chaz/openbox/blobdiff - util/Makefile.am
add gettext
[chaz/openbox] / util / Makefile.am
index b217dde3ccd988d3a25ef6102a3274def6bd16d6..43f042c6018974f4ad69ffdcdbb7d8a747242529 100644 (file)
@@ -1,21 +1,23 @@
 # util/Makefile.am for Blackbox - an X11 Window manager
 
-CXXFLAGS= @CXXFLAGS@
+CPPFLAGS= @CPPFLAGS@
 
-SUBDIRS =              epist
+#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
 
 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
This page took 0.022114 seconds and 4 git commands to generate.