Skip to content
Snippets Groups Projects
Commit e24b619b authored by Fons Rademakers's avatar Fons Rademakers
Browse files

correct SOFLAGS

git-svn-id: http://root.cern.ch/svn/root/trunk@279 27541ba8-7e3a-0410-8455-c3a389f83636
parent b1d79e34
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ CINTCFLAGS = -fPIC -DG__REGEXP1 -DG__UNIX -DG__SHAREDLIB \
# Linker:
LD = g++
LDFLAGS = $(OPT) $(EXTRA_LDFLAGS)
SOFLAGS = -G
SOFLAGS = -shared
SOEXT = so
# System libraries:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment