]> Dogcows Code - chaz/openbox/blobdiff - util/epist/Makefile.am
add buttons to the tree.rm stupid comments in Makefile.ams
[chaz/openbox] / util / epist / Makefile.am
index 3588cb304667854504dc5b73d615e5102566e9da..359eaa0fd300e4a903e412ec29c5f23d8bf8dd68 100644 (file)
@@ -1,10 +1,8 @@
-# util/epist/Makefile.am for Blackbox - an X11 Window manager
-
 DEFAULT_RC=$(pkgdatadir)/epistrc
 
 CLEANFILES = epist.1 epistrc.5
 
-CXXFLAGS= @CXXFLAGS@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
+CPPFLAGS= @CPPFLAGS@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
 
 #EXTRA_PROGRAMS =              epist
 bin_PROGRAMS =         epist
@@ -15,8 +13,7 @@ epist_SOURCES =               epist.cc window.cc screen.cc main.cc actions.cc \
                        yacc_parser.cc parser.cc keytree.cc lex.yy.c config.cc
 
 epist_LDADD =          ../../src/xatom.o ../../src/basedisplay.o \
-                       ../../src/util.o ../../src/timer.o \
-                       ../../src/gccache.o ../../src/color.o
+                       ../../src/util.o ../../src/timer.o
 
 MAINTAINERCLEANFILES = Makefile.in
 
This page took 0.02409 seconds and 4 git commands to generate.