From 7aea20d6123a76acaf711d09e94961c979d19568 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Jul 2002 18:00:46 +0000 Subject: [PATCH 1/1] epist parses teh cpommand line for -display, and catches Property notify events. It knows about the client list and active window so far --- util/epist/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 48c57e47..ee91b551 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -4,8 +4,8 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ bin_PROGRAMS = epist -epist_SOURCES = main.cc -#epist_LDADD = +epist_SOURCES = epist.cc process.cc window.cc +epist_LDADD = ../../src/XAtom.o MAINTAINERCLEANFILES = Makefile.in @@ -14,3 +14,5 @@ distclean-local: # local dependencies +epist.o: epist.cc epist.hh process.hh +process.o: process.cc process.hh /usr/include/X11/Xlib.h epist.hh -- 2.45.2