mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Merge pull request #1768 from NOAA-GSD/ejh_fix_plugins_makefile
fixed the setting of AM_LDFLAGS
This commit is contained in:
commit
7c4745508a
@ -4,7 +4,7 @@
|
||||
# Put Together AM_CPPFLAGS and AM_LDFLAGS
|
||||
include $(top_srcdir)/lib_flags.am
|
||||
|
||||
AM_LDFLAGS = -module -avoid-version -shared -export-dynamic \
|
||||
AM_LDFLAGS += -module -avoid-version -shared -export-dynamic \
|
||||
-no-undefined -rpath ${abs_builddir}
|
||||
|
||||
BZIP2HDRS = bzlib.h bzlib_private.h
|
||||
|
Loading…
Reference in New Issue
Block a user