summaryrefslogtreecommitdiffstats
path: root/python_modules/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-01 18:21:56 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-02 12:51:51 +0200
commit95b5617874a17f13c3419f4de87dfd88a8eb832d (patch)
treecf22120dbe45f3ecd092ff9247a698e3dadef0b5 /python_modules/Makefile.am
parent017ddbe7a7c73816f06852753129605f1a7adab9 (diff)
downloadspice-protocol-95b5617874a17f13c3419f4de87dfd88a8eb832d.tar.gz
spice-protocol-95b5617874a17f13c3419f4de87dfd88a8eb832d.tar.xz
spice-protocol-95b5617874a17f13c3419f4de87dfd88a8eb832d.zip
build-sys: Use $datadir for .proto files/codegen scripts
They are not arch-specific, so installing them in $libdir is not needed.
Diffstat (limited to 'python_modules/Makefile.am')
-rw-r--r--python_modules/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am
index 3a4515a..98ab41f 100644
--- a/python_modules/Makefile.am
+++ b/python_modules/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-python_codegendir = $(libdir)/spice-protocol/python_modules
+python_codegendir = $(datadir)/spice-protocol/python_modules
dist_python_codegen_DATA = \
__init__.py \
codegen.py \