mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
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:
parent
15dba2901b
commit
534d35cc32
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user