examples: Stop installing the examples
authorPhilip Withnall <withnall@endlessm.com>
Mon, 1 May 2017 07:51:40 +0000 (08:51 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Mon, 1 May 2017 16:52:33 +0000 (17:52 +0100)
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 <withnall@endlessm.com>
Reviewed-by: Olivier Crête <olivier.crete@collabora.com>
Differential Revision: https://phabricator.freedesktop.org/D1737

examples/Makefile.am

index 1e7decf..9c80854 100644 (file)
@@ -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 \