From 95b5617874a17f13c3419f4de87dfd88a8eb832d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 1 Oct 2015 18:21:56 +0200 Subject: build-sys: Use $datadir for .proto files/codegen scripts They are not arch-specific, so installing them in $libdir is not needed. --- python_modules/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python_modules') 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 \ -- cgit