mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-04 08:24:45 +00:00
build-sys: Make sure new files are dist'ed
The just added .proto files and python code generation code need to be added to EXTRA_DIST in order to be distributed in tarballs, and we need to recurse in the new python_modules directory.
This commit is contained in:
parent
26eb4e0f2e
commit
eb2e8ba0e8
11
Makefile.am
11
Makefile.am
@ -1,5 +1,14 @@
|
||||
NULL =
|
||||
SUBDIRS = spice
|
||||
SUBDIRS = python_modules spice
|
||||
|
||||
codegendir = $(libdir)/spice-protocol
|
||||
dist_codegen_DATA = \
|
||||
spice_codegen.py \
|
||||
spice.proto \
|
||||
spice1.proto \
|
||||
$(NULL)
|
||||
|
||||
DISTCLEANFILES = *.pyc
|
||||
|
||||
pkgconfigdir = $(datadir)/pkgconfig
|
||||
pkgconfig_DATA = spice-protocol.pc
|
||||
|
||||
@ -18,4 +18,5 @@ AC_OUTPUT([
|
||||
Makefile
|
||||
spice-protocol.pc
|
||||
spice/Makefile
|
||||
python_modules/Makefile
|
||||
])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user