From d5446a72233eab8501be0b3fb9060c8be3ba034b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 1 May 2017 08:51:40 +0100 Subject: examples: Stop installing the examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There’s no point in installing them; their benefit is in providing example code to developers. Debian doesn’t package them; Fedora packages them in a separate subpackage which will have to disappear. Signed-off-by: Philip Withnall Reviewed-by: Olivier Crête Differential Revision: https://phabricator.freedesktop.org/D1737 --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 1e7decf..9c80854 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -18,7 +18,7 @@ AM_CFLAGS = \ $(GLIB_CFLAGS) \ $(GUPNP_CFLAGS) -bin_PROGRAMS = simple-example threaded-example sdp-example +noinst_PROGRAMS = simple-example threaded-example sdp-example simple_example_SOURCES = simple-example.c simple_example_LDADD = $(top_builddir)/agent/libagent.la \ -- cgit v1.2.1