aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-03-09 13:57:55 +0100
committerYang Tse <yangsita@gmail.com>2013-03-09 14:05:21 +0100
commit0840f01e9977d0a1752d40d164318104f52bcc21 (patch)
tree2e6c55f566073989fc36c5a8ff1543d3a8b74ed5 /lib/Makefile.am
parentb4c9b515aa89b3789c9b916af20390d08a8e2431 (diff)
Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5ff2f16bb..019e44ac9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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