]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/libACORDEbase.pkg
Updated materials in geometry (M. Sitta)
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
index 4ab5df519ad6abe63aa0f220c33819d1cfeb190a..b52486047545a80221d0dd163168bedf914e33e4 100644 (file)
@@ -1,7 +1,7 @@
 #-*-Mode: Makefile-*-
 
-SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \
-       AliGenACORDE.cxx  AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx 
+SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx \
+       AliGenACORDE.cxx AliACORDEQAChecker.cxx  AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx 
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -11,6 +11,6 @@ EINCLUDE := RAW
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lSTEER -lCDB -lSTEERBase  -lRAWDatarec -lRAWDatabase \
-#                         -L$(shell root-config --libdir) -lGeom
+                         -lSTEER -lCDB -lSTEERBase  -lRAWDatarec  -lRAWDatabase \
+#                         -L$(ROOTLIBDIR) -lGeom 
 endif