Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility
authorYang Tse <yangsita@gmail.com>
Sat, 9 Mar 2013 12:57:55 +0000 (13:57 +0100)
committerYang Tse <yangsita@gmail.com>
Sat, 9 Mar 2013 13:05:21 +0000 (14:05 +0100)
lib/Makefile.am

index 5ff2f16..019e44a 100644 (file)
@@ -114,6 +114,8 @@ endif
 #
 # For the full guide on libcurl ABI rules, see docs/libcurl/ABI
 
+AM_LDFLAGS =
+
 libcurl_la_LDFLAGS_EXTRA =
 
 if CURL_LT_SHLIB_USE_VERSION_INFO