spice-protocol/python_modules/Makefile.am
Christophe Fergeau 1830e216c4 build-sys: Install code generation data/scripts
spice-common generate code from these python scripts and the installed
SPICE .proto. This commit installs them during make install, and adds a
codegendir variable to the pkgconfig file so that spice-common can
locate the scripts.
2015-08-07 11:54:48 +02:00

16 lines
265 B
Makefile

NULL =
python_codegendir = $(libdir)/spice-protocol/python_modules
dist_python_codegen_DATA = \
__init__.py \
codegen.py \
demarshal.py \
marshal.py \
ptypes.py \
spice_parser.py \
$(NULL)
DISTCLEANFILES = *.pyc
-include $(top_srcdir)/git.mk