mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 11:10:18 +02:00
Renamed the library from libguilevm' to
libguile-vm'.
* src/Makefile.am (lib_LTLIBRARIES): Renamed to `libguilevm.la' to `libguile-vm.la'. * module/system/vm/core.scm: Dynamic-link "libguile-vm" instead of "libguilevm.so". git-archimport-id: lcourtes@laas.fr--2005-mobile/guile-vm--mobile--0.6--patch-10
This commit is contained in:
parent
2335fb97dc
commit
a55572bf3d
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
;;; Core procedures
|
||||
;;;
|
||||
|
||||
(dynamic-call "scm_init_vm" (dynamic-link "libguilevm.so"))
|
||||
(dynamic-call "scm_init_vm" (dynamic-link "libguile-vm"))
|
||||
|
||||
(module-export! (current-module)
|
||||
(delq! '%module-public-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue