diff options
| author | Alexander Larsson <alexl@redhat.com> | 2010-05-26 12:24:48 +0200 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 15:25:43 +0100 |
| commit | 809524ac5debf69ffc8ae5498a6fc305c51fc4be (patch) | |
| tree | cde8956bd94253806098803700db72a7f019f715 /python_modules | |
| parent | b1dc7fae2a95804948ba9eedca08d208cdd5f825 (diff) | |
| download | spice-protocol-809524ac5debf69ffc8ae5498a6fc305c51fc4be.tar.gz spice-protocol-809524ac5debf69ffc8ae5498a6fc305c51fc4be.tar.xz spice-protocol-809524ac5debf69ffc8ae5498a6fc305c51fc4be.zip | |
Add python code to automake system
Diffstat (limited to 'python_modules')
| -rw-r--r-- | python_modules/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am new file mode 100644 index 0000000..4b3c960 --- /dev/null +++ b/python_modules/Makefile.am @@ -0,0 +1,6 @@ +NULL = + +PYTHON_MODULES = __init__.py codegen.py demarshal.py ptypes.py spice_parser.py + +EXTRA_DIST = $(PYTHON_MODULES) + |
