DtWidget: make it build, change include/cppfile.inc a bit

cppfile.inc - don't set BUIT_SOURCES or CLEANFILES here as they
overwrite (or in case of the CLEANFILES +=...) ignore the settings.
Do those in the Makefile.am always.

We still need a better way to preprocess generic files.  cppfile.inc
will only work for one file per Makefile...
This commit is contained in:
Jon Trulson
2019-10-26 14:41:09 -06:00
parent 1079ffa240
commit 61ab4a5b95
3 changed files with 9 additions and 10 deletions

View File

@@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
include ../../tooltalk.inc
noinst_SCRIPTS = ttce2xdr
BUILT_SOURCES = ttce2xdr
CLEANFILES = ttce2xdr
AM_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE)