diff options
| author | Alexander Larsson <alexl@redhat.com> | 2010-07-08 19:22:39 +0200 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 15:25:48 +0100 |
| commit | 42c5286ca63f6ea9367a42bf3b073cd213541bd0 (patch) | |
| tree | 261f121f56bfc5bfe7c6f71dd68e1f3d1f6a7936 /python_modules/Makefile.am | |
| parent | adce65685f52009d667719ed825fe5c6cc30b498 (diff) | |
| download | spice-protocol-42c5286ca63f6ea9367a42bf3b073cd213541bd0.tar.gz spice-protocol-42c5286ca63f6ea9367a42bf3b073cd213541bd0.tar.xz spice-protocol-42c5286ca63f6ea9367a42bf3b073cd213541bd0.zip | |
Make distcheck work
Diffstat (limited to 'python_modules/Makefile.am')
| -rw-r--r-- | python_modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am index 4b3c960..f304ec0 100644 --- a/python_modules/Makefile.am +++ b/python_modules/Makefile.am @@ -1,6 +1,6 @@ NULL = -PYTHON_MODULES = __init__.py codegen.py demarshal.py ptypes.py spice_parser.py +PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py EXTRA_DIST = $(PYTHON_MODULES) |
