From 96124157d812d71cbdfd018e984dc42bed17d072 Mon Sep 17 00:00:00 2001 From: hunt Date: Sat, 18 Jun 2005 07:08:58 +0000 Subject: *** empty log message *** --- runtime/user/recreate_links | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'runtime/user/recreate_links') 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 . -- cgit