summaryrefslogtreecommitdiffstats
path: root/runtime/user/recreate_links
diff options
context:
space:
mode:
authorhunt <hunt>2005-06-18 07:08:58 +0000
committerhunt <hunt>2005-06-18 07:08:58 +0000
commit96124157d812d71cbdfd018e984dc42bed17d072 (patch)
tree5826980d81525361ddc0f453a89f6bd732cbdc4f /runtime/user/recreate_links
parent22ccaa9985211ad13e8486bf2845114f409df55d (diff)
downloadsystemtap-steved-96124157d812d71cbdfd018e984dc42bed17d072.tar.gz
systemtap-steved-96124157d812d71cbdfd018e984dc42bed17d072.tar.xz
systemtap-steved-96124157d812d71cbdfd018e984dc42bed17d072.zip
*** empty log message ***
Diffstat (limited to 'runtime/user/recreate_links')
-rwxr-xr-xruntime/user/recreate_links8
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 .