From c0f152742fde936a1edd6958569df0ade68192a5 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 31 Oct 2011 00:10:39 -0700 Subject: [PATCH] Copy YASM-VERSION.h to Mkfiles for distribution. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 35559cb9..55c0c883 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,8 +125,11 @@ EXTRA_DIST += Mkfiles/vc10/re2c/run.bat # Until this gets fixed in automake DISTCLEANFILES += libyasm/stamp-h libyasm/stamp-h[0-9]* -dist-hook: YASM-VERSION-FILE +dist-hook: YASM-VERSION-FILE YASM-VERSION.h cp YASM-VERSION-FILE $(distdir)/version + cp YASM-VERSION.h $(distdir)/Mkfiles/dj/ + cp YASM-VERSION.h $(distdir)/Mkfiles/vc9/ + cp YASM-VERSION.h $(distdir)/Mkfiles/vc10/ YASM-VERSION-FILE: $(top_srcdir)/YASM-VERSION-GEN.sh $(top_srcdir)/YASM-VERSION-GEN.sh