Index: trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu	(revision 1514)
+++ trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu	(revision 3045)
@@ -18,7 +18,7 @@
 #---------------------------------------------------------------
 # $RCSfile: config.mk.linux-gnu,v $
-# $Revision: 1.7 $
+# $Revision: 1.8 $
 # $Author: blanch $ 
-# $Date: 2002-09-04 10:04:45 $
+# $Date: 2004-02-06 17:40:21 $
 ##################################################################
 # @maintitle
@@ -56,10 +56,10 @@
 INCLUDE_CPLUS        = /usr/include/g++
 
-OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
+OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual
 DEBUG    = -g 
 
 # libraries
 
-ROOTLIBS =  `root-config --libs`
+ROOTLIBS =  `root-config --libs` -lMinuit -lHistPainter -lThread
 
 #  	-L/CERN/root/lib -lNew -lCore -lCint -lHist \
@@ -67,5 +67,5 @@
 #		-lMatrix -lPhysics -lm  
 
-ROOTGLIBS = `root-config --glibs`
+ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
 
 # 	-L/CERN/root/lib -lNew -lCore -lCint -lHist \
@@ -75,4 +75,6 @@
 GLIBS = 	$(ROOTLIBS) $(ROOTGLIBS)
 
+ROOTVER   = `root-config  --version`
+ROOTCFLAGS= `root-config  --cflags`
 
 
