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 | e9b33a194e2eb2a99a6daba16311c88237578697 (patch) | |
tree | 9cdb865833f56f2c41325fb0b55918ced9ac0579 /python_modules/Makefile.am | |
parent | 522dc931e8b0c447072bf75b39f54e58bef4eb4f (diff) |
Add python code to automake system
Diffstat (limited to 'python_modules/Makefile.am')
-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) + |