mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
commit
c0a896c3c5
@ -9,17 +9,7 @@ include $(top_srcdir)/lib_flags.am
|
||||
# for information regarding incrementing `-version-info`.
|
||||
plugin_version_info = -version-info 0:0:0
|
||||
|
||||
AM_LDFLAGS += -module -shared -export-dynamic $(NOUNDEFINED)
|
||||
|
||||
if ISMINGW
|
||||
AM_LDFLAGS += -avoid-version
|
||||
else !ISMINGW
|
||||
if ISCYGWIN
|
||||
AM_LDFLAGS += -avoid-version
|
||||
else !ISCYGWIN
|
||||
AM_LDFLAGS += $(plugin_version_info)
|
||||
endif !ISCYGWIN
|
||||
endif !ISMINGW
|
||||
AM_LDFLAGS += -module -avoid-version -shared -export-dynamic $(NOUNDEFINED)
|
||||
|
||||
# Create an alternate directory if not installing.
|
||||
ALTPLUGINDIR = ${abs_top_builddir}/plugins/plugindir
|
||||
|
Loading…
Reference in New Issue
Block a user