summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-07-16 15:09:24 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-07-16 17:36:52 +0200
commite234982a44e1cc1b8a9b7da4865517a2b7cdd7ef (patch)
tree0708cec6a46da0664766d2de6c67464149611c1e /Makefile.am
parent52c3fb03b7e78b064f382390677c96b501c648a2 (diff)
downloadspice-e234982a44e1cc1b8a9b7da4865517a2b7cdd7ef.tar.gz
spice-e234982a44e1cc1b8a9b7da4865517a2b7cdd7ef.tar.xz
spice-e234982a44e1cc1b8a9b7da4865517a2b7cdd7ef.zip
build-sys: remove cegui/slirp and mandatory client from dist-check
The spicec client is no longer actively maintained. By removing cegui from distcheck, we can avoid extra build time and dependencies (>150Mb extra cegui/boost on fedora) Slirp is not available in most distributions, afaict, making it hard to build consistantly accross various systems. The client is still build if the dependencies are present.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 69714259..50a1a388 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,7 @@ pkgconfig_DATA = spice-server.pc
DISTCHECK_CONFIGURE_FLAGS = \
--enable-automated-tests \
- --enable-gui \
--enable-opengl \
--enable-smartcard \
- --enable-tunnel \
--with-sasl \
$(NULL)