Merge pull request #1768 from NOAA-GSD/ejh_fix_plugins_makefile

fixed the setting of AM_LDFLAGS
This commit is contained in:
Ward Fisher 2020-06-25 16:04:34 -06:00 committed by GitHub
commit 7c4745508a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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