summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-06 18:17:11 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-07 11:54:46 +0200
commiteb2e8ba0e8055a90f1425cacdb2c55660a087a6a (patch)
tree65ff03dfde545f6000cd6acdb40b21454dba5604 /configure.ac
parent26eb4e0f2edf6e6183ef8bd9a35564d72260e5e0 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ece6672..af0e48c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,4 +18,5 @@ AC_OUTPUT([
Makefile
spice-protocol.pc
spice/Makefile
+python_modules/Makefile
])