X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG0%2FlibPWG0dep.pkg;h=3365f422a311bb417ee4a310a840bcc91f1acd09;hb=f76c9e9b7327de5f8be6d86027d4bf1067fe0600;hp=d015c7c080af979cf6233646256f4b2ce60e4ac2;hpb=16e24ca35b53c1e6ddbb759d9d8c077c542a160b;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG0/libPWG0dep.pkg b/PWG0/libPWG0dep.pkg index d015c7c080a..3365f422a31 100644 --- a/PWG0/libPWG0dep.pkg +++ b/PWG0/libPWG0dep.pkg @@ -1,11 +1,18 @@ +#-*- Mode: Makefile -*- + # $Id$ # this library contains classed that depend on STEER -HDRS = AliSelectorRL.h +HDRS = TPC/AliTPCClusterHistograms.h \ + TPC/AliTPCRawHistograms.h SRCS = $(HDRS:.h=.cxx) DHDR= PWG0depLinkDef.h -EINCLUDE= +EINCLUDE= TPC + +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase +endif