summaryrefslogtreecommitdiff
path: root/spice-protocol.pc.in
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 /spice-protocol.pc.in
parent017ddbe7a7c73816f06852753129605f1a7adab9 (diff)
build-sys: Use $datadir for .proto files/codegen scriptsHEADmaster
They are not arch-specific, so installing them in $libdir is not needed.
Diffstat (limited to 'spice-protocol.pc.in')
-rw-r--r--spice-protocol.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice-protocol.pc.in b/spice-protocol.pc.in
index 173781a..a55574f 100644
--- a/spice-protocol.pc.in
+++ b/spice-protocol.pc.in
@@ -1,7 +1,7 @@
prefix=@prefix@
-exec_prefix=@exec_prefix@
includedir=@includedir@
-codegendir=@libdir@/spice-protocol
+datadir=${prefix}/share
+codegendir=${datadir}/spice-protocol
Name: spice-protocol
Description: SPICE protocol headers