mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
build-sys: Use $datadir for .proto files/codegen scripts
They are not arch-specific, so installing them in $libdir is not needed.
This commit is contained in:
parent
017ddbe7a7
commit
95b5617874
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user