Skip to content
Snippets Groups Projects
Commit 85385777 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Fix for test tutorial-tree-hsimpleProxyDriver in 'classic'

parent e502960f
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ TREEPLAYERMAP := $(TREEPLAYERLIB:.$(SOEXT)=.rootmap)
TREEPLAYER2MAP := $(TREEPLAYERLIB:libTreePlayer.$(SOEXT)=libDataFrame.rootmap.rootmap)
# used in the main Makefile
TREEPLAYERH_REL := $(patsubst $(MODDIRI)/%,include/%,$(TREEPLAYERH) $(TREEPLAYER2H))
ALLHDRS += $(TREEPLAYERH_REL) $(MODDIRI)/TBranchProxyTemplate.h
TREEPLAYERH_REL := $(MODDIRI)/TBranchProxyTemplate.h $(TREEPLAYERH)
ALLHDRS += $(patsubst $(MODDIRI)/%,include/%,$(TREEPLAYERH_REL) $(TREEPLAYER2H))
ALLLIBS += $(TREEPLAYERLIB)
ALLMAPS += $(TREEPLAYERMAP) $(TREEPLAYER2MAP)
ifeq ($(CXXMODULES),yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment