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:
@@ -1,6 +1,3 @@
|
||||
BUILT_SOURCES = $(CPPTARGET)
|
||||
CLEANFILES += $(CPPTARGET)
|
||||
|
||||
|
||||
$(CPPTARGET): Makefile $(CPPSRC)
|
||||
$(RM) $@
|
||||
|
||||
Reference in New Issue
Block a user