Don't use -static when linking in fuzz/.  Closes: !61.

Signed-off-by: Simon Josefsson <simon@josefsson.org>
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index b738016..2ba83eb 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -26,7 +26,7 @@
 AM_CPPFLAGS = -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes -I$(srcdir) \
  -I$(top_builddir)/lib/gl -I$(top_srcdir)/lib/gl -DSRCDIR=\"$(abs_srcdir)\" \
  $(CODE_COVERAGE_CPPFLAGS)
-AM_LDFLAGS = -no-install -static
+AM_LDFLAGS = -no-install
 
 LDADD = ../lib/gl/libgnu.la ../lib/libtasn1.la $(FUZZ_LIBS) $(CODE_COVERAGE_LIBS)