mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
19 lines
469 B
Makefile
19 lines
469 B
Makefile
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
|