mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-26 11:04:33 +00:00
build-sys: Add tests/pki to EXTRA_DIST
This fixes make distcheck Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
7ac9949925
commit
759fdfc6d1
@ -2,7 +2,12 @@ NULL =
|
||||
|
||||
@VALGRIND_CHECK_RULES@
|
||||
VALGRIND_SUPPRESSIONS_FILES = $(top_srcdir)/server/tests/valgrind/glib.supp
|
||||
EXTRA_DIST = $(VALGRIND_SUPPRESSIONS_FILES)
|
||||
EXTRA_DIST = \
|
||||
$(VALGRIND_SUPPRESSIONS_FILES) \
|
||||
pki/ca-cert.pem \
|
||||
pki/server-cert.pem \
|
||||
pki/server-key.pem \
|
||||
$(NULL)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DSPICE_TOP_SRCDIR=\"$(abs_top_srcdir)\"\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user