Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility
authorYang Tse <yangsita@gmail.com>
Sat, 9 Mar 2013 15:23:04 +0000 (16:23 +0100)
committerYang Tse <yangsita@gmail.com>
Sat, 9 Mar 2013 15:23:52 +0000 (16:23 +0100)
tests/libtest/Makefile.am

index bc265f0e3c7c98c1ee691c310648bf0f6f8339fc..256fcec1d993a3ee9792e41cb97efd8d876df981 100644 (file)
@@ -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