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 1a4d6f4..4a55f1e 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -24,7 +24,7 @@ $ type sys$input $ $ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+- "tchecksum.c,"+- - "tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c, titerate.c,"+- + "tfile.c, tgenprop.c, th5o.c, th5s.c, tcoords.c, theap.c, tid.c, titerate.c,"+- "tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+- "tselect.c, tsohm.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+- "tvlstr.c, cache_common.c" @@ -34,7 +34,7 @@ $ library/create/replace []libh5test h5test, testframe, cache_common $ type sys$input Creating libh5test $ link testhdf5,tarray,tattr,tchecksum,tconfig, - - tfile,tgenprop,th5o,th5s,theap,tid,titerate, - + tfile,tgenprop,th5o,th5s,tcoords,theap,tid,titerate, - tmeta,tmisc,ttime,trefer,trefstr, - tselect,tsohm,tskiplist,ttst,tunicode,tvltypes, - tvlstr, - |