summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1999-08-29 18:03:02 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1999-08-29 18:03:02 +0000
commit5d175eaff00499c8d576817c204cb90e22beee16 (patch)
tree1352ccee8d78c8c394629100e40ce22be24ba11c
parent2b0cc4cfef8fc5c484bba644537257add2d76c4d (diff)
downloadguile-5d175eaff00499c8d576817c204cb90e22beee16.tar.gz
* Makefile.am (libguile_la_LDFLAGS): Bumped libguile version
again. (1.3.4 will be binary incompatible with 1.3.2 because of a change in the representation of entities and operators.)
-rw-r--r--libguile/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 62db5452e..1e1cb078b 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -52,8 +52,7 @@ BUILT_SOURCES = \
cpp_err_symbols.c cpp_sig_symbols.c libpath.h alist.x arbiters.x \
async.x backtrace.x boolean.x chars.x continuations.x debug.x \
dynl.x dynwind.x eq.x error.x eval.x evalext.x feature.x filesys.x \
- fluids.x fports.x gc.x gdbint.x gh_data.x gh_eval.x \
- gh_funcs.x gh_init.x gh_io.x gh_list.x gh_predicates.x gsubr.x \
+ fluids.x fports.x gc.x gsubr.x \
guardians.x hash.x hashtab.x init.x ioext.x iselect.x keywords.x \
lang.x list.x load.x macros.x mallocs.x modules.x net_db.x \
numbers.x objects.x objprop.x options.x pairs.x ports.x posix.x \
@@ -76,7 +75,7 @@ noinst_HEADERS = coop-threads.c coop-threads.h coop.c
libguile_la_DEPENDENCIES = @LIBLOBJS@
libguile_la_LIBADD = @LIBLOBJS@
-libguile_la_LDFLAGS = -version-info 5:0 -export-dynamic
+libguile_la_LDFLAGS = -version-info 6:0 -export-dynamic
include_HEADERS = libguile.h