Skip to content

Commit 0799589

Browse files
Merge pull request #47 from chenel/bugfix/rootmap_sharedlib
build a shared library from the ROOTmap
2 parents ecddd04 + b50119f commit 0799589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile/GNUmakefile.CORE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $(DICT).cxx: $(HEADERS) LinkDef.h
6565
# if ROOTMAP defined, define rule for making it
6666
$(LARCV_LIBDIR)/$(ROOTMAP): $(OBJECTS) $(DICT).o
6767
@echo "<< generating rootmap >>"
68-
@rlibmap -f -o $(LARCV_LIBDIR)/$(ROOTMAP) -l $(LARCV_LIBDIR)/liblarcv.so -c LinkDef.h
68+
@rlibmap -f -shared -o $(LARCV_LIBDIR)/$(ROOTMAP) -l $(LARCV_LIBDIR)/liblarcv.so -c LinkDef.h
6969

7070
# install headers
7171
install_header: .depend #$(OBJECTS) $(DICT).o

0 commit comments

Comments
 (0)