summaryrefslogtreecommitdiffstats
path: root/python_modules
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-05-26 12:24:48 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:32:11 +0200
commitb228d18d5c8a2feb8319de50d5e6cc8925e11545 (patch)
tree5de4affab0d792aeacb03a6a36f725c66d3642f3 /python_modules
parent0366e7395c97e51b8a6294c10176bef73e1bdcf7 (diff)
downloadspice-b228d18d5c8a2feb8319de50d5e6cc8925e11545.tar.gz
spice-b228d18d5c8a2feb8319de50d5e6cc8925e11545.tar.xz
spice-b228d18d5c8a2feb8319de50d5e6cc8925e11545.zip
Add python code to automake system
Diffstat (limited to 'python_modules')
-rw-r--r--python_modules/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am
new file mode 100644
index 00000000..4b3c960f
--- /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)
+