From e2a9eff77b44954baa6580fe8142ec6ab50aff11 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 13 Sep 2013 11:58:59 +1000 Subject: [PATCH] clients: de-duplicate demo clients list --- clients/Makefile.am | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 87b3a0eae..24c6489eb 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -2,20 +2,17 @@ bin_PROGRAMS = \ weston-info \ $(terminal) +demo_clients = \ + $(clients_programs) \ + $(pango_programs) \ + $(poppler_programs) \ + $(simple_clients_programs) \ + $(simple_egl_clients_programs) + if ENABLE_DEMO_CLIENTS -bin_PROGRAMS += \ - $(clients_programs) \ - $(pango_programs) \ - $(poppler_programs) \ - $(simple_clients_programs) \ - $(simple_egl_clients_programs) +bin_PROGRAMS += $(demo_clients) else -noinst_PROGRAMS = \ - $(clients_programs) \ - $(pango_programs) \ - $(poppler_programs) \ - $(simple_clients_programs) \ - $(simple_egl_clients_programs) +noinst_PROGRAMS = $(demo_clients) endif libexec_PROGRAMS = \