Uncommented ROOTINC flag.

This commit is contained in:
shiroka 2008-10-29 16:46:17 +00:00
parent 91c052bedd
commit 8db7bd141b

View File

@ -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