From d5de0bca747e9ba43bc28fbef54aaf5cfc321f5b Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 14 Aug 2017 19:35:49 +0200 Subject: [PATCH 1/1] Don't install the example programs. --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 816a00b0..f51b801c 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = meshlinkapp chat chatpp manynodes channels +noinst_PROGRAMS = meshlinkapp chat chatpp manynodes channels AM_CPPFLAGS = -I../src -- 2.39.2