summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-28 18:15:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-28 18:15:36 +0200
commit85987530d41198b448995b9e093788a292040cb6 (patch)
treebc5e9419235d3620dbe23d0b33e08f754970432d
parent90981c16adf60a071f6d2d451d8d7296b4a7b9f8 (diff)
downloadgnutls-85987530d41198b448995b9e093788a292040cb6.tar.gz
errcodes printlist and alert-printlist become EXTRA_PROGRAMS so they are not built by default.
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 90a2e3a50e..65027a1580 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -131,9 +131,10 @@ pgp-api.texi: $(srcdir)/../lib/openpgp/*.c
gnutls_TEXINFOS += error_codes.texi algorithms.texi alerts.texi enums.texi
MAINTAINERCLEANFILES += error_codes.texi algorithms.texi enums.texi
-AM_CPPFLAGS = -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes
-noinst_PROGRAMS = errcodes printlist alert-printlist
+EXTRA_PROGRAMS = errcodes printlist alert-printlist
errcodes_SOURCES = errcodes.c
errcodes_LDADD = ../lib/libgnutls.la ../gl/libgnu.la