diff options
Diffstat (limited to 'runtime/user/recreate_links')
-rwxr-xr-x | runtime/user/recreate_links | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index 7b2f58d7..c29c8e18 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -4,6 +4,14 @@ ln -s ../map.h . ln -s ../map.c . ln -s ../map-values.c . ln -s ../map-keys.c . +ln -s ../map-int.c . +ln -s ../map-str.c . +ln -s ../map-stat.c . ln -s ../list.c . ln -s ../string.c . +ln -s ../string.h . ln -s ../sym.c . +ln -s ../counter.c . +ln -s ../stat.c . +ln -s ../stat.h . +ln -s ../stat-common.c . |