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 [EMAIL PROTECTED] |
-----------------------------------------


--- 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
 

Reply via email to