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

SUBDIRS = common server python_modules
DIST_SUBDIRS = spice-protocol $(SUBDIRS)

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