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

@@ -1,6 +1,3 @@
BUILT_SOURCES = $(CPPTARGET)
CLEANFILES += $(CPPTARGET)
$(CPPTARGET): Makefile $(CPPSRC)
$(RM) $@