summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \