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:
Marc-André Lureau 2012-08-08 19:43:47 +02:00
parent 9768ebf80d
commit c2adbb00dc

View File

@ -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 \