1From a2ac966813fdc04b788be9c8474a4c5e36c109a0 Mon Sep 17 00:00:00 2001 2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> 3Date: Tue, 6 Mar 2018 21:53:26 +0100 4Subject: [PATCH] Do not build demos 5MIME-Version: 1.0 6Content-Type: text/plain; charset=UTF-8 7Content-Transfer-Encoding: 8bit 8 9Upstream-Status: Inappropriate [embedded specific] 10 11Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 12--- 13 Makefile.am | 2 +- 14 1 file changed, 1 insertion(+), 1 deletion(-) 15 16diff --git a/Makefile.am b/Makefile.am 17index 7e2c400..a8dbf96 100644 18--- a/Makefile.am 19+++ b/Makefile.am 20@@ -1,7 +1,7 @@ 21 ## Process this file with automake to produce Makefile.in -*-Makefile-*- 22 AUTOMAKE_OPTIONS = foreign 23 24-SUBDIRS = config m4 term src docs man demo share 25+SUBDIRS = config m4 term src docs man share 26 27 EXTRA_DIST = BUGS Copyright FAQ.pdf INSTALL INSTALL.gnu \ 28 PATCHLEVEL PGPKEYS README RELEASE_NOTES \ 29-- 302.31.1 31 32