diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 12:53:30 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-22 20:21:05 +0100 |
commit | c1e4e1be639d81119c7d7b35446e98f54775a353 (patch) | |
tree | af07ae420cd8874fbe620596f1be9ec80d798bf3 /python_modules | |
parent | feaee860768c0a815f0e2e98d6fd51e6fff4321f (diff) |
build-sys: make it a seperately buildable spice-common library
- autotoolize
- fix headers inclusion
- generate gitignores
- workaround serverSMARTCARD support with dirty hack...
Diffstat (limited to 'python_modules')
-rw-r--r-- | python_modules/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am index 7d416df..50e1a71 100644 --- a/python_modules/Makefile.am +++ b/python_modules/Makefile.am @@ -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 |