projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426b1ea
)
epist parses teh cpommand line for -display, and catches Property notify events....
author
Dana Jansens
<danakj@orodu.net>
Thu, 11 Jul 2002 18:00:46 +0000
(18:00 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 11 Jul 2002 18:00:46 +0000
(18:00 +0000)
util/epist/Makefile.am
patch
|
blob
|
history
diff --git
a/util/epist/Makefile.am
b/util/epist/Makefile.am
index 48c57e477d8432f7d46059f8ad9b85b32817179e..ee91b5519a358dcc1647cbe1f2b64c184ad18d5c 100644
(file)
--- 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