Add missing source files to the EXTRA_DIST variable (evenodd.il,
hello.il). If you don't do that, these files are not distributed on
'make dist' and thus missing in the final package.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---

 samples/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

Index: samples/Makefile.am
===================================================================
--- samples/Makefile.am.orig
+++ samples/Makefile.am
@@ -2,6 +2,8 @@
 
 noinst_DATA = evenodd.exe hello.exe
 
+EXTRA_DIST = evenodd.il hello.il
+
 evenodd.exe: evenodd.il
        ../ilasm/ilasm -o evenodd.exe $(srcdir)/evenodd.il
 

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to