summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 50a1a388546fdc5c554159f2eabf3bdd7c82df01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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-opengl				\
	--enable-smartcard			\
	--with-sasl				\
	$(NULL)