Added COMPILE_OSG_OP_OT_WITH_SONAMES is YES guard around soname settings.

This commit is contained in:
Robert Osfield 2004-11-14 17:02:30 +00:00
parent f5a2ba0194
commit 8d55111c73

View File

@ -337,7 +337,11 @@ ifeq ($(OS),Linux)
ARCHINST =
endif
else
ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES")
LDFLAGS += -Wl,-soname -Wl,$@.0
endif
LIBS = -lstdc++
DEF += -W -Wall -fPIC
OPTF = -O2