From 65ce14c419551d1e2d030f96e7ec295ad773ce6c Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 4 Dec 2019 13:43:18 -0700 Subject: [PATCH] dtwm: don't install Dtwm.defs - that is processed/handled by localization --- cde/programs/dtwm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cde/programs/dtwm/Makefile.am b/cde/programs/dtwm/Makefile.am index 0a7ed67ba..0c05b35df 100644 --- a/cde/programs/dtwm/Makefile.am +++ b/cde/programs/dtwm/Makefile.am @@ -1,8 +1,9 @@ +MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = dtwm dtfplist configdir = $(CDE_INSTALLATION_TOP)/config/C -dist_config_DATA = sys.dtwmrc Dtwm.defs +dist_config_DATA = sys.dtwmrc BUILT_SOURCES = sys.dtwmrc Dtwm.defs CLEANFILES = sys.dtwmrc Dtwm.defs