From: cvetan Date: Tue, 26 Jun 2007 11:15:09 +0000 (+0000) Subject: Moving the pkg file into the TPC folder X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=352aac72c73ff9cbf1bee144c13a71c1a74c88aa;p=u%2Fmrichter%2FAliRoot.git Moving the pkg file into the TPC folder --- diff --git a/TPC/TPCcalib/libTPCcalib.pkg b/TPC/TPCcalib/libTPCcalib.pkg deleted file mode 100644 index dc9d817cc9c..00000000000 --- a/TPC/TPCcalib/libTPCcalib.pkg +++ /dev/null @@ -1,12 +0,0 @@ -SRCS = AliTPCcalibTracks.cxx - - -HDRS:= $(SRCS:.cxx=.h) - -EINCLUDE:=RAW TPC STEER - -DHDR= TPCcalibLinkDef.h - -EXPORT:=$(SRCS:.cxx=.h) - - diff --git a/TPC/libTPCcalib.pkg b/TPC/libTPCcalib.pkg new file mode 100644 index 00000000000..78413a26496 --- /dev/null +++ b/TPC/libTPCcalib.pkg @@ -0,0 +1,12 @@ +SRCS = TPCcalib/AliTPCcalibTracks.cxx + + +HDRS:= $(SRCS:.cxx=.h) + +EINCLUDE:=RAW TPC STEER + +DHDR= TPCcalib/TPCcalibLinkDef.h + +#EXPORT:=$(SRCS:.cxx=.h) + +