diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-09 13:58:35 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-09 13:58:35 +0100 |
commit | a2881fee6b76e6abc3b7a42b58be73fad6733989 (patch) | |
tree | 119059799212beebf98a6b97c7d27f01028d9501 | |
parent | 60cad73007642a684c1b2ce4feb01e502aa1cc1b (diff) | |
download | c-ares-a2881fee6b76e6abc3b7a42b58be73fad6733989.tar.gz c-ares-a2881fee6b76e6abc3b7a42b58be73fad6733989.tar.bz2 c-ares-a2881fee6b76e6abc3b7a42b58be73fad6733989.zip |
Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index edb0adb..a1ee905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,6 +93,8 @@ CARES_VERSION_INFO = -version-info 2:0:0 # set age to 0. (c:r:a=0) # +AM_LDFLAGS = + libcares_la_LDFLAGS_EXTRA = if CARES_LT_SHLIB_USE_VERSION_INFO |