X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2FMakefile.am;h=2accf1268dc6482ba1ef94f959c314f9aaa9ea65;hb=6d40002093a5d8e665d4f310ea028d22e93e88cb;hp=84cad62b6c610ef421ef3419034453f791f06111;hpb=f586e55a8cd3d740a1b7b3a0801bad27030926f9;p=chaz%2Fopenbox diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 84cad62b..2accf126 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -4,7 +4,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ EXTRA_PROGRAMS = epist -epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc +epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \ ../../src/Util.o ../../src/i18n.o \ ../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \ @@ -25,3 +25,10 @@ screen.o: screen.cc ../../src/XAtom.hh screen.hh window.hh epist.hh \ ../../src/BaseDisplay.hh ../../src/Timer.hh ../../src/Util.hh window.o: window.cc window.hh epist.hh ../../src/BaseDisplay.hh \ ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh +yacc_parser.o: yacc_parser.cc yacc_parser.hh epist.hh ../../src/BaseDisplay.hh \ + ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh +keytree.o: keytree.cc keytree.hh epist.hh ../../src/BaseDisplay.hh \ + ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh +parser.o: parser.cc parser.hh epist.hh ../../src/BaseDisplay.hh \ + ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh +lex.yy.o: lex.yy.c