diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-11-21 11:01:17 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-03 11:31:17 +0100 |
commit | 1876971442ef808b5dcdaa5dc12df617f2179cb5 (patch) | |
tree | 54cdeb35593396e8319ae079f900a18808fb201a /Makefile.am | |
parent | b532ef0866cefe260ad0f08550f7c40d3580d0d7 (diff) |
client: Remove client code
The client has been superseded by virt-viewer (
http://virt-manager.org/download/sources/virt-viewer/ ) and is no longer
being maintained.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index c7a0e92d..cada94d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = spice-common server docs -if SUPPORT_CLIENT -SUBDIRS += client -endif - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = spice-server.pc |