From 8f5bad45547aa31f739733af2ace96c5f6e04bb0 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 15 Apr 2015 17:50:33 +0200 Subject: [PATCH] Added -no-undefined link option for PE targets --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f16b156..54a5eb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ libcriterion_la_CFLAGS = \ -I$(top_srcdir)/include/ \ $(COVERAGE_CFLAGS) -libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS) +libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS) -no-undefined EXTRA_DIST = config.rpath LICENSE