Changeset 3971 for trunk/libpaths

Show
Ignore:
Timestamp:
12/20/07 10:27:09 (13 months ago)
Author:
pmoura
Message:

Added entries for the new "fibonacci" and "hanoi" multi-threading examples to the "libpaths.pl" file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r3954 r3971  
    3333     assertz(logtalk_library_path(errors, examples('errors/'))), 
    3434     assertz(logtalk_library_path(expansion, examples('expansion/'))), 
     35     assertz(logtalk_library_path(fibonacci, threads('fibonacci/'))), 
    3536     assertz(logtalk_library_path(functions, threads('functions/'))), 
     37     assertz(logtalk_library_path(hanoi, threads('hanoi/'))), 
    3638     assertz(logtalk_library_path(hello_world, examples('hello_world/'))), 
    3739     assertz(logtalk_library_path(hooks, examples('hooks/'))),