diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-15 22:58:07 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-15 22:58:07 +0000 |
| commit | 27fadda0d66e2485cd43a1bd38d918a3bacf4698 (patch) | |
| tree | fa192a1604a9cb9342b981909e505c6f001a9109 | |
| parent | af0eced0818a3e68ed50e54372e651672956313d (diff) | |
Don't install epist until it actually does something of value
| -rw-r--r-- | util/epist/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 046547de..662ac41c 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -2,7 +2,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ -bin_PROGRAMS = epist +EXTRA_PROGRAMS = epist epist_SOURCES = epist.cc window.cc screen.cc main.cc epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \ |
