add shlib to autoloader (SWI emulation).

This commit is contained in:
Vítor Santos Costa
2010-06-18 00:27:51 +01:00
parent 054df758a0
commit 32cbd34ff1
2 changed files with 9 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ scan_library_exports :-
scan_exports(rbtrees, library(rbtrees)),
scan_exports(readutil, library(readutil)),
scan_exports(regexp, library(regexp)),
scan_exports('../LGPL/shlib', library(shlib)),
scan_exports(system, library(system)),
scan_exports(terms, library(terms)),
scan_exports(timeout, library(timeout)),