diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-11 18:00:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-11 18:00:46 +0000 |
| commit | 7aea20d6123a76acaf711d09e94961c979d19568 (patch) | |
| tree | 000d6e2c126711eac1a8a5e233be7886f2f0e3c5 /util | |
| parent | 426b1ea2b60d4fe1368d318730a0cd098559b896 (diff) | |
epist parses teh cpommand line for -display, and catches Property notify events. It knows about the client list and active window so far
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/Makefile.am | 6 |
1 files 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 |
