mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-29 08:28:08 +00:00
spice-common: don't install spice-protocol
Revert to usage of DIST_SUBDIRS to avoid make install under spice-protocol. This is only possible since git.mk was fixed.
This commit is contained in:
parent
9768ebf80d
commit
c2adbb00dc
@ -1,7 +1,8 @@
|
||||
NULL =
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = python_modules common spice-protocol
|
||||
SUBDIRS = python_modules common
|
||||
DIST_SUBDIRS = spice-protocol $(SUBDIRS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
spice_codegen.py \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user