summaryrefslogtreecommitdiff
path: root/util/epist/Makefile.am
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-07-19 13:11:27 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-07-19 13:11:27 +0000
commitf586e55a8cd3d740a1b7b3a0801bad27030926f9 (patch)
treed9a6889fbb1f4088af2b56b3ddc0934acd7f2a26 /util/epist/Makefile.am
parent0326ac961fb82d8d7aab22e4da1859adeeceb2f7 (diff)
Added an action class and started the even handler.
Diffstat (limited to 'util/epist/Makefile.am')
-rw-r--r--util/epist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
index 662ac41c..84cad62b 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
+epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc
epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
../../src/Util.o ../../src/i18n.o \
../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \