From 0a62def9bd2fefc07d36a9e38440f9b876520b6d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 24 Nov 2019 17:01:57 -0700 Subject: [PATCH] dthello: build the resource file Dthello --- cde/programs/dthello/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cde/programs/dthello/Makefile.am b/cde/programs/dthello/Makefile.am index 7f645462..360e1dbb 100644 --- a/cde/programs/dthello/Makefile.am +++ b/cde/programs/dthello/Makefile.am @@ -13,3 +13,11 @@ dthello_LDADD += $(TIRPCLIB) endif dthello_SOURCES = dthello.c + +CPP_TARGETS = Dthello +BUILT_SOURCES = $(CPP_TARGETS) +CLEANFILES = $(CPP_TARGETS) + +Dthello: Dthello.src + $(RM) $@ + $(GENCPP) -P -DXCOMM=# $< > $@ -- 2.25.1