]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding START library
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Apr 2000 10:17:59 +0000 (10:17 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Apr 2000 10:17:59 +0000 (10:17 +0000)
macros/loadlibs.C

index 463ea87bd41b10774d2bce27da331df244f9bfff..e88bcffc844f8b995f5e799d963c0bf8781a23be 100644 (file)
@@ -20,4 +20,5 @@ void loadlibs ()
   gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libZDC");
   gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libITS");
   gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libCASTOR");
+  gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libSTART");
 }