blob: 3e2852ccfb90cb9caf3fb67e8b46455d78c5e17f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Install the examples so we can package them.
Upstream-Status: Pending
Signed-off-by: Ross Burton <ross.burton@intel.com>
diff --git a/clients/Makefile.am b/clients/Makefile.am
index 621c7c3..749ef20 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = \
weston-info \
$(terminal)
-noinst_PROGRAMS = \
+bin_PROGRAMS += \
$(clients_programs) \
$(poppler_programs) \
$(simple_clients_programs) \
|