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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 53e87be..4af20db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ NULL = ACLOCAL_AMFLAGS = -I m4 SUBDIRS = python_modules spice -codegendir = $(libdir)/spice-protocol +codegendir = $(datadir)/spice-protocol dist_codegen_DATA = \ spice.proto \ spice1.proto \ -- cgit