From 54728d6b891d333690e2dd4d2214cd687870058b Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 22 Dec 2021 14:41:06 -0700 Subject: [PATCH] tradcpp: don't install it This is a tool used for building CDE, no need to install it. We can always do so in the future if needed. --- cde/util/tradcpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/util/tradcpp/Makefile.am b/cde/util/tradcpp/Makefile.am index 1a1c86dca..899374c81 100644 --- a/cde/util/tradcpp/Makefile.am +++ b/cde/util/tradcpp/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -bin_PROGRAMS = tradcpp +noinst_PROGRAMS = tradcpp tradcpp_SOURCES = array.c directive.c files.c macro.h output.h \ utils.c array.h directive.h files.h main.c place.c utils.h \