Add python code to automake system

This commit is contained in:
Alexander Larsson 2010-05-26 12:24:48 +02:00
parent 0366e7395c
commit b228d18d5c
4 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,9 @@
SUBDIRS = common server client
SUBDIRS = common server client python_modules
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-server.pc
DISTCLEANFILES = \
spice-server.pc
EXTRA_DIST = spice.proto spice_codegen.py

View File

@ -337,6 +337,7 @@ AC_OUTPUT([
Makefile
spice-server.pc
common/Makefile
python_modules/Makefile
server/Makefile
client/Makefile
client/x11/Makefile

View File

@ -0,0 +1,6 @@
NULL =
PYTHON_MODULES = __init__.py codegen.py demarshal.py ptypes.py spice_parser.py
EXTRA_DIST = $(PYTHON_MODULES)