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:
@@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
include ../../tooltalk.inc
|
||||
|
||||
noinst_SCRIPTS = ttce2xdr
|
||||
BUILT_SOURCES = ttce2xdr
|
||||
CLEANFILES = ttce2xdr
|
||||
|
||||
AM_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user