spice-common/python_modules/Makefile.am
Marc-André Lureau c1e4e1be63 build-sys: make it a seperately buildable spice-common library
- autotoolize
- fix headers inclusion
- generate gitignores
- workaround serverSMARTCARD support with dirty hack...
2012-03-22 20:21:05 +01:00

17 lines
235 B
Makefile

NULL =
PYTHON_MODULES = \
__init__.py \
codegen.py \
demarshal.py \
marshal.py \
ptypes.py \
spice_parser.py \
$(NULL)
EXTRA_DIST = $(PYTHON_MODULES)
DISTCLEANFILES = *.pyc
-include $(top_srcdir)/git.mk