From 27fadda0d66e2485cd43a1bd38d918a3bacf4698 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Mon, 15 Jul 2002 22:58:07 +0000 Subject: [PATCH] Don't install epist until it actually does something of value --- util/epist/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.44.0