From: Simon Josefsson Date: Wed, 21 Jun 2006 17:42:15 +0000 (+0000) Subject: Add -no-install. X-Git-Tag: gnutls_1_4_1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fe6efa11fea2aa774286e723b3c4f8e995442fa;p=thirdparty%2Fgnutls.git Add -no-install. --- diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index a28fcbd434..0e284adb76 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -21,6 +21,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes \ -I$(top_srcdir)/gl -I$(top_builddir)/gl +AM_LDFLAGS = -no-install LDADD = libexamples.la \ ../../gl/libgnu.la \ ../../lib/libgnutls.la \