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 | 1b8f3388b0aedd411409d2386ed372af0b5c4dc9 (patch) | |
| tree | 2a75ba6e8469fbe9fdd92ceec1b8a7f258cfb935 /python_modules | |
| parent | f6735d7d9fb7fdde908636be1d25b294344cf235 (diff) | |
| download | spice-common-1b8f3388b0aedd411409d2386ed372af0b5c4dc9.tar.gz spice-common-1b8f3388b0aedd411409d2386ed372af0b5c4dc9.tar.xz spice-common-1b8f3388b0aedd411409d2386ed372af0b5c4dc9.zip | |
Make distcheck work
Diffstat (limited to 'python_modules')
| -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) |
