build-sys: make it a seperately buildable spice-common library

- autotoolize
- fix headers inclusion
- generate gitignores
- workaround serverSMARTCARD support with dirty hack...
This commit is contained in:
Marc-André Lureau 2012-03-20 12:53:30 +01:00
parent 15dba2901b
commit 534d35cc32

View File

@ -1,5 +1,16 @@
NULL =
PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py
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