summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-03-09 16:23:04 +0100
committerYang Tse <yangsita@gmail.com>2013-03-09 16:23:52 +0100
commit09b2db2dfd65fca41500692a704f0db31d64d109 (patch)
tree48045b6cc98819bdf432e8b250f2ff7282c8a2c1 /tests/libtest/Makefile.am
parentca3c0ed3a9c6c6a73f98aeb70426224ade182112 (diff)
downloadgnurl-09b2db2dfd65fca41500692a704f0db31d64d109.tar.gz
gnurl-09b2db2dfd65fca41500692a704f0db31d64d109.tar.bz2
gnurl-09b2db2dfd65fca41500692a704f0db31d64d109.zip
Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility
Diffstat (limited to 'tests/libtest/Makefile.am')
-rw-r--r--tests/libtest/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index bc265f0e3..256fcec1d 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