]> Dogcows Code - chaz/openbox/blobdiff - util/epist/Makefile.am
some of the actions I came up with
[chaz/openbox] / 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.020116 seconds and 4 git commands to generate.