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 | 534d35cc328dd8d2002d0b0efc4d281b82e8e1c3 (patch) | |
| tree | 5f798ce6499f16443674a66640adf63f53a14ab6 /python_modules | |
| parent | 15dba2901b8927f024c6f496a468557c8ea64119 (diff) | |
| download | spice-protocol-534d35cc328dd8d2002d0b0efc4d281b82e8e1c3.tar.gz spice-protocol-534d35cc328dd8d2002d0b0efc4d281b82e8e1c3.tar.xz spice-protocol-534d35cc328dd8d2002d0b0efc4d281b82e8e1c3.zip | |
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 |
