From 553c770e37063c62db072bcdc57e41ac669b47c6 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Wed, 24 Mar 2010 01:44:40 +0200 Subject: spice: client: x11: install spicec in /usr/libexec (#576437) spicec is to be used only by RHEV-M via spice-xpi. --- client/x11/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index 1fd0eaf7..281eac3f 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -102,7 +102,7 @@ RED_COMMON_SRCS = \ $(CLIENT_DIR)/icon.h \ $(NULL) -bin_PROGRAMS = spicec +libexec_PROGRAMS = spicec spicec_SOURCES = \ atomic_count.h \ -- cgit