summaryrefslogtreecommitdiff
path: root/util/epist/Makefile.am
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-08-21 00:27:16 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-08-21 00:27:16 +0000
commitbd05f7ec58f3e1f5839c372ad4fb007a8d8866f5 (patch)
tree4d39b40830fd671bbf4f4effa5a54c1e7d8db410 /util/epist/Makefile.am
parentb1223a2acc196ec96f208229b877d37f36c9887c (diff)
uber patch.
Added configuration options. Added workspace grid changing. Added keychain timeouts. Fixed some whitespace.
Diffstat (limited to 'util/epist/Makefile.am')
-rw-r--r--util/epist/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
index 87ae049e..2378f8df 100644
--- a/util/epist/Makefile.am
+++ b/util/epist/Makefile.am
@@ -11,7 +11,7 @@ bin_PROGRAMS = epist
man_MANS = epist.1 epistrc.5
-epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c
+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/i18n.o ../../src/Timer.o \
../../src/GCCache.o ../../src/Color.o
@@ -57,6 +57,9 @@ screen.o: screen.cc ../../src/BaseDisplay.hh ../../src/Timer.hh \
window.o: window.cc epist.hh actions.hh window.hh ../../src/Util.hh \
keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
../../src/XAtom.hh
+config.o: config.cc config.hh ../../src/Util.hh \
+ keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
+ ../../src/XAtom.hh
yacc_parser.cc: epist.y
yacc -d epist.y -o yacc_parser.cc
lex.yy.c: epist.l