Uncommented ROOTINC flag.
This commit is contained in:
parent
91c052bedd
commit
8db7bd141b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user