diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 0c6c46956..0b717b356 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -8,6 +8,7 @@ set (LIBRARY_PL autoloader.yap avl.yap bhash.yap + bootlists.yap charsio.yap clauses.yap coinduction.yap diff --git a/pl/init.yap b/pl/init.yap index 12f8750a0..bc29c64b1 100644 --- a/pl/init.yap +++ b/pl/init.yap @@ -115,7 +115,7 @@ otherwise. :- compile_expressions. -:- bootstrap('lists.yap'). +:- bootstrap('../library/bootlists.yap'). :- bootstrap('consult.yap'). :- bootstrap('preddecls.yap'). :- bootstrap('preddyns.yap').