From: Yang Tse Date: Sat, 9 Mar 2013 15:23:04 +0000 (+0100) Subject: Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility X-Git-Tag: curl-7_30_0~153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09b2db2dfd65fca41500692a704f0db31d64d109;p=thirdparty%2Fcurl.git Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility --- diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index bc265f0e3c..256fcec1d9 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -88,6 +88,8 @@ else noinst_LTLIBRARIES = endif +AM_LDFLAGS = + libhostname_la_LDFLAGS_EXTRA = -module -avoid-version -rpath /nowhere if CURL_LT_SHLIB_USE_NO_UNDEFINED