1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
NULL = ACLOCAL_AMFLAGS = -I m4 SUBDIRS = spice-common server if SUPPORT_CLIENT SUBDIRS += client endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = spice-server.pc DISTCHECK_CONFIGURE_FLAGS = \ --enable-automated-tests \ --enable-gui \ --enable-opengl \ --enable-smartcard \ --enable-tunnel \ --with-sasl \ $(NULL)