From 53d659756966905bf4845c298cf7f39c77915332 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 29 Mar 2007 08:10:22 +0000 Subject: [PATCH] Need -no-undefined for AIX/cygwin/mingw32 etc. Reported by "Yang Tse" . --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index b6e3b08..0f5936b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.7 2007/02/02 22:09:30 bagder Exp $ +# $Id: Makefile.am,v 1.8 2007/03/29 08:10:22 jas4711 Exp $ AUTOMAKE_OPTIONS = foreign nostdinc libssh2_la_SOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c \ @@ -50,4 +50,4 @@ VERSION=-version-info 1:0:0 # set age to 0. (c:r:a=0) # -libssh2_la_LDFLAGS = $(VERSION) +libssh2_la_LDFLAGS = $(VERSION) -no-undefined