From 8db7bd141b2879826330f35d32b6f031ca75c212 Mon Sep 17 00:00:00 2001 From: shiroka Date: Wed, 29 Oct 2008 16:46:17 +0000 Subject: [PATCH] Uncommented ROOTINC flag. --- geant4/LEMuSR/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geant4/LEMuSR/GNUmakefile b/geant4/LEMuSR/GNUmakefile index f787e84..16b76c5 100644 --- a/geant4/LEMuSR/GNUmakefile +++ b/geant4/LEMuSR/GNUmakefile @@ -11,7 +11,7 @@ G4EXLIB := true #LDFLAGS := -L./ ${ROOTLIBS} # Root (exlude libNew and libpthread from library list) -#ROOTINC = -I$(ROOTSYS)/include +ROOTINC = -I$(ROOTSYS)/include # Removed -lHtml for compatibility with root 5.18 (TS) # Otherwise keep it, but add also -lThread. @@ -26,7 +26,7 @@ ROOTLIBS := $(filter-out -lThread,$(ROOTLIBS)) ROOTLIBS := $(filter-out -pthread,$(ROOTLIBS)) # Extra flags for G4 -#CPPFLAGS += $(ROOTINC) +CPPFLAGS += $(ROOTINC) #LDLIBS += $(ROOTLIBS) EXTRALIBS += $(ROOTLIBS) CPPFLAGS += -g