From 37eb76e767d4c960b0e295647192c7fa9ce274d5 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 29 Jul 1998 21:39:50 +0000 Subject: [PATCH] *** empty log message *** --- guile/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 guile/ChangeLog diff --git a/guile/ChangeLog b/guile/ChangeLog new file mode 100644 index 00000000..2a70e26d --- /dev/null +++ b/guile/ChangeLog @@ -0,0 +1,9 @@ +1998-07-29 Martin Baulig + + * dynamic.c, dynamic_names.c: New files. + + * Makefile.am: New file. Creates `libgtop.so' and + `libnames.so' which will be installed in + `$(datadir)/guile/libgtop'; just do a + `(use-modules (libgtop libgtop) (libgtop names))' in + guile to use them.