Add python code to automake system
This commit is contained in:
parent
0366e7395c
commit
b228d18d5c
@ -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
|
||||
|
||||
@ -337,6 +337,7 @@ AC_OUTPUT([
|
||||
Makefile
|
||||
spice-server.pc
|
||||
common/Makefile
|
||||
python_modules/Makefile
|
||||
server/Makefile
|
||||
client/Makefile
|
||||
client/x11/Makefile
|
||||
|
||||
6
python_modules/Makefile.am
Normal file
6
python_modules/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
NULL =
|
||||
|
||||
PYTHON_MODULES = __init__.py codegen.py demarshal.py ptypes.py spice_parser.py
|
||||
|
||||
EXTRA_DIST = $(PYTHON_MODULES)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user