diff options
Diffstat (limited to 'vms/test/make.com')
-rw-r--r-- | vms/test/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index f9be931..dff2b45 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -22,7 +22,7 @@ $ type sys$input Creating testhdf5 $ $ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+- - "tfile.c, tgenprop.c,th5s.c, theap.c, tid.c, titerate.c,"+- + "tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c, titerate.c,"+- "tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+- "tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+- "tvlstr.c, cache_common.c" @@ -32,7 +32,7 @@ $ library/create/replace []libh5test h5test, testframe, cache_common $ type sys$input Creating libh5test $ link testhdf5,tarray,tattr,tconfig, - - tfile,tgenprop,th5s,theap,tid,titerate, - + tfile,tgenprop,th5o,th5s,theap,tid,titerate, - tmeta,tmisc,ttime,trefer,trefstr, - tselect,tskiplist,ttst,tunicode,tvltypes, - tvlstr, - |