diff options
author | Uri Lublin <uril@redhat.com> | 2010-03-24 01:44:40 +0200 |
---|---|---|
committer | Uri Lublin <uril@redhat.com> | 2010-03-24 04:46:35 +0200 |
commit | 553c770e37063c62db072bcdc57e41ac669b47c6 (patch) | |
tree | 374ac20bf792a95f7c6ab05dd459e7af7130e362 | |
parent | af57e21860ae2ad04a5ea4c551f843adceb609bf (diff) |
spice: client: x11: install spicec in /usr/libexec (#576437)spice-client-0.4.2-6.el6
spicec is to be used only by RHEV-M via spice-xpi.
-rw-r--r-- | client/x11/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |