mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2025-12-27 07:01:43 +00:00
11 lines
186 B
Makefile
11 lines
186 B
Makefile
NULL =
|
|
|
|
PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py
|
|
|
|
EXTRA_DIST = $(PYTHON_MODULES)
|
|
|
|
DISTCLEANFILES = *.pyc
|
|
|
|
-include $(top_srcdir)/git.mk
|
|
|