Missing files in EXTRA_DIST
Guilhem Lavaux
guilhem.lavaux at free.fr
Thu Oct 26 10:14:34 PDT 2000
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 at free.fr |
-----------------------------------------
-------------- next part --------------
--- 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
More information about the kaffe
mailing list