X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FlibMUONcore.pkg;h=9ab08a92437d5db8ddcd7b55a5a332f432bcf9b9;hb=531968596dba92c5d179a9a0b6acec20c0d5bac6;hp=80cb6ed0561637670a8e2b3f062c2f4733ed6a8d;hpb=2f2b84d5bd2772185b2e97156f768c0409ed2a34;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/libMUONcore.pkg b/MUON/libMUONcore.pkg index 80cb6ed0561..9ab08a92437 100644 --- a/MUON/libMUONcore.pkg +++ b/MUON/libMUONcore.pkg @@ -1,7 +1,9 @@ +#-*- Mode: Makefile -*- # $Id$ SRCS:= mapping/AliMpIntPair.cxx \ mapping/AliMpExMap.cxx \ + mapping/AliMpExMapIterator.cxx \ mapping/AliMpArrayI.cxx \ mapping/AliMpStringObjMap.cxx \ AliMUONObjectPair.cxx \ @@ -11,15 +13,18 @@ SRCS:= mapping/AliMpIntPair.cxx \ AliMUON2DMapIteratorByI.cxx \ AliMUON1DArray.cxx \ AliMUON1DMap.cxx \ - AliMUON1DMapIterator.cxx \ AliMUONCheckItem.cxx \ - AliMUONCheckItemIterator.cxx \ AliMUONVStore.cxx \ AliMUONTreeManager.cxx \ - AliMUONLogger.cxx \ - + AliMUONLogger.cxx + HDRS:= $(SRCS:.cxx=.h) DHDR:= MUONcoreLinkDef.h EINCLUDE:= RAW MUON/mapping + +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ + -lSTEERBase +endif