]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TDPMjet/libTDPMjet.pkg
adapt to new bitmask from PhysicsSelection instead of bool
[u/mrichter/AliRoot.git] / TDPMjet / libTDPMjet.pkg
index 9ed5cab511e479ec8dd146dae6db3ac9db2cc494..071d8d1a2114b91c8f19f5b69d89ed11f321f9f0 100644 (file)
@@ -6,12 +6,12 @@ HDRS= $(SRCS:.cxx=.h)
 
 DHDR:=TDPMjetLinkDef.h
 
-EXPORT:=TDPMjet.h AliGenDPMjetEventHeader.h AliIonPDGCodes.h
+EXPORT:=TDPMjet.h AliIonPDGCodes.h
 
-EINCLUDE:=DPMJET
+EINCLUDE:=DPMJET EVGEN
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEERBase -lEVGEN -lSTEER -ldpmjet \
-                         -L$(shell root-config --libdir) -lEG
+                         -L$(ROOTLIBDIR) -lEG
 endif