]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
Useful macros for the shifter
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index 6b39eb67f46688288051a5f92d223f501a51e9be..87f02e79b944c2ad676e31621cacb4e9903b1368 100644 (file)
@@ -22,7 +22,8 @@ SRCS          =  AliFMDIndex.cxx              \
                   AliFMD3.cxx                  \
                   AliFMDPreprocessor.cxx       \
                   AliFMDQAChecker.cxx          \
-                  AliFMDGeometryBuilder.cxx
+                  AliFMDGeometryBuilder.cxx    \
+                  AliFMDSurveyToAlignObjs.cxx  
 
 #                 AliFMDAltroIO.cxx            
 
@@ -35,7 +36,7 @@ ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEER -lCDB -lESD -lSTEERBase \
                          -lRAWDatabase \
-                         -L$(shell root-config --libdir) -lGeom 
+                         -L$(ROOTLIBDIR) -lGeom 
 endif
 #
 # EOF