let's see if that's better

svn-id: r10323
This commit is contained in:
Max Horn 2003-09-19 22:45:54 +00:00
parent ce7d4c0a76
commit 6c57e2bb17

View File

@ -47,15 +47,15 @@ ifdef BUILD_PLUGINS
CXXFLAGS += -DDYNAMIC_MODULES
# Uncomment these for Mac OS X
#PLUGIN_LDFLAGS := -bundle -bundle_loader $(EXECUTABLE)
#LDFLAGS += -all_load
#LIBS += -ldl
#PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE)
#LDFLAGS += -all_load
#LIBS += -ldl
# Uncomment these for Linux
CXXFLAGS += -fpic
PLUGIN_LDFLAGS := -shared
LDFLAGS += --export-dynamic
LIBS += -ldl
CXXFLAGS += -fpic
PLUGIN_LDFLAGS += -shared
LDFLAGS += -Wl,--export-dynamic
LIBS += -ldl
endif