Missing files in EXTRA_DIST

Guilhem Lavaux kaffe@rufus.w3.org
Thu, 26 Oct 2000 19:14:34 +0200


This is a multi-part message in MIME format.
--------------D1574EFB5091191162A5D24C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

There is some missing file in the EXTRA_DIST var in
libraries/clib/security and kaffe/kaffevm/jit3.
Here is a fix against the last CVS snapshot (You'll need to rebuild the
Makefiles).

Regards,

Guilhem.

--
-----------------------------------------
| Guilhem Lavaux guilhem.lavaux@free.fr |
-----------------------------------------



--------------D1574EFB5091191162A5D24C
Content-Type: text/plain; charset=us-ascii;
 name="patch-makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-makefile"

--- libraries/clib/security/Makefile.am.old	Thu Oct 26 19:05:56 2000
+++ libraries/clib/security/Makefile.am	Thu Oct 26 19:06:08 2000
@@ -9,7 +9,8 @@
 native_LTLIBRARIES = libsecurity.la
 
 EXTRA_DIST = \
-		kaffe_md5.h
+		kaffe_md5.h \
+		java.security
 
 SECURITY_SRCS =	\
 		digest.c \
--- kaffe/kaffevm/jit3/Makefile.am.old	Thu Oct 26 19:05:16 2000
+++ kaffe/kaffevm/jit3/Makefile.am	Thu Oct 26 19:05:23 2000
@@ -34,7 +34,8 @@
 	machine.h \
 	registers.h \
 	seq.h \
-	slots.h
+	slots.h \
+	kaffe-jit.def
 
 DISTCLEANFILES = icode.h jit.def trampolines.c
 

--------------D1574EFB5091191162A5D24C--