summaryrefslogtreecommitdiff
path: root/python_modules/Makefile.am
blob: 98ab41ff27fcd171a1efca78cc0ad2be110526a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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