diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-05-01 08:51:40 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2017-05-01 17:52:33 +0100 |
commit | d5446a72233eab8501be0b3fb9060c8be3ba034b (patch) | |
tree | cf2c3946181ebfaabba9de65e315c63fcc89d616 /examples | |
parent | 0a2cb0a9b14a5a1a4b01ba68ab2e5a2aa965f342 (diff) | |
download | libnice-d5446a72233eab8501be0b3fb9060c8be3ba034b.tar.gz |
examples: Stop installing the examples
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
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |