mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
12 lines
342 B
Makefile
12 lines
342 B
Makefile
SUBDIRS = common server client python_modules
|
|
|
|
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
|