spice-protocol-pxvdi/python_modules/Makefile.am
Christophe Fergeau 95b5617874 build-sys: Use $datadir for .proto files/codegen scripts
They are not arch-specific, so installing them in $libdir is not needed.
2015-10-02 12:51:51 +02:00

16 lines
266 B
Makefile

NULL =
python_codegendir = $(datadir)/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