summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 33bb25cf6c7ee8df1ce68d7f0eb75f02ed4aea1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = common server python_modules

if SUPPORT_CLIENT
SUBDIRS += client
endif

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-server.pc

DISTCLEANFILES =                                \
	spice-server.pc

EXTRA_DIST = spice.proto spice1.proto spice_codegen.py

DISTCHECK_CONFIGURE_FLAGS=--enable-opengl --enable-gui --enable-tunnel --enable-smartcard --with-sasl --enable-automated-tests