mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* 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.)
This commit is contained in:
parent
2b0cc4cfef
commit
5d175eaff0
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue