]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.conf
Added ASVVERSION define.
[u/mrichter/AliRoot.git] / HLT / Makefile.conf
index bd9abc74e0c3fe87b2fc0b08cb1934d0c5a03cb5..d0e2952e46c289fb4b7b0c6c0baf4396edd47a08 100644 (file)
@@ -28,6 +28,10 @@ NOLOGGING = 1
 #This will only have an effect if you are running with aliroot.
 #DO_MC = 1 
 
+#Switch of  if you are not using patched AliTPC 
+#This will only have an effect if you are running with aliroot.
+ASVVERSION = 1
+
 CXX          = g++
 LD           = g++
 GCCVERSION   = $(shell $(CXX) --version | head -n 1 | cut -d" " -f 3 | cut -d. -f 1)