From 70fc4a4cd6ebff1125e3f7fd8736b4dafa6c8c76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 15 Aug 2012 12:12:33 -0400 Subject: [PATCH] clients: Move weston-info to bin_PROGRAMS It's properly prefixed and pretty useful; let's install it. --- clients/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1dcfac1..71a37bd 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -1,4 +1,5 @@ bin_PROGRAMS = \ + weston-info \ $(terminal) noinst_PROGRAMS = \ @@ -54,7 +55,6 @@ clients_programs = \ clickdot \ editor \ keyboard \ - weston-info \ $(full_gl_client_programs) desktop_shell = weston-desktop-shell -- 2.7.4