From b228d18d5c8a2feb8319de50d5e6cc8925e11545 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 26 May 2010 12:24:48 +0200 Subject: Add python code to automake system --- python_modules/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python_modules/Makefile.am (limited to 'python_modules') 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) + -- cgit