]> Dogcows Code - chaz/openbox/commitdiff
epist parses teh cpommand line for -display, and catches Property notify events....
authorDana Jansens <danakj@orodu.net>
Thu, 11 Jul 2002 18:00:46 +0000 (18:00 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 11 Jul 2002 18:00:46 +0000 (18:00 +0000)
util/epist/Makefile.am

index 48c57e477d8432f7d46059f8ad9b85b32817179e..ee91b5519a358dcc1647cbe1f2b64c184ad18d5c 100644 (file)
@@ -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
This page took 0.023577 seconds and 4 git commands to generate.