summaryrefslogtreecommitdiff
path: root/python_modules/Makefile.am
blob: 74d9a005780bb51bca52c625a5c6b7ae0f938537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NULL =

PYTHON_MODULES =				\
	__init__.py				\
	codegen.py				\
	demarshal.py				\
	marshal.py				\
	ptypes.py				\
	spice_parser.py				\
	$(NULL)

EXTRA_DIST = meson.build $(PYTHON_MODULES)

DISTCLEANFILES = *.pyc __pycache__/*.pyc

-include $(top_srcdir)/git.mk