From f2dc8bbfc49d98835db4b767ac0ae3265f592000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 3 Oct 2011 17:05:22 +0000 Subject: on w32, use '-no-undefined' svn path=/trunk/externals/zexy/; revision=15489 --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index eea4e26..13c8e77 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,10 @@ pkglib_LTLIBRARIES= AM_CFLAGS = AM_LDFLAGS= -module -avoid-version -shared -shrext .@EXTENSION@ +if WINDOWS +AM_LDFLAGS+= -no-undefined +endif + # RTE AM_CFLAGS += AM_LDFLAGS+= -- cgit v1.2.1