chore, mention build chain .el files in lisp's Makefile.am
authorSebastian Freundt <freundt@ga-group.nl>
Wed, 14 Mar 2012 12:47:09 +0000 (12:47 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Thu, 15 Mar 2012 14:18:17 +0000 (14:18 +0000)
Signed-off-by: Sebastian Freundt <freundt@ga-group.nl>
lisp/Makefile.am

index b9770ce..e3a3bbd 100644 (file)
@@ -163,6 +163,8 @@ nobase_dist_lisp_DATA = $(elfiles)
 nobase_lisp_DATA = $(builtels) $(elfiles:.el=.elc) $(builtels:.el=.elc)
 noinst_DATA = auto.stamp update-elc.stamp autoc.stamp
 
+EXTRA_DIST = $(nocompile_bldchainels) $(compile_bldchainels)
+
 BUILT_FILES = auto.stamp update-elc.stamp autoc.stamp
 
 CLEANFILES = core* stage1 stage2 $(builtels) $(builtels:.el=.elc)      \
@@ -263,3 +265,5 @@ auto.stamp: $(SXEMACS) $(compile_elfiles)
 #      @touch $@
 #
 #all: stage1 stage2
+
+.NOTPARALLEL: