spice/Makefile.am
2011-05-02 11:24:44 +02:00

16 lines
347 B
Makefile

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