diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-09 16:23:04 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-09 16:23:52 +0100 |
commit | 09b2db2dfd65fca41500692a704f0db31d64d109 (patch) | |
tree | 48045b6cc98819bdf432e8b250f2ff7282c8a2c1 /tests/libtest | |
parent | ca3c0ed3a9c6c6a73f98aeb70426224ade182112 (diff) |
Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
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 |