git.mk seems to have issues with Makefile rules generating multiple
files so add manually this file.
This avoid SPICE server to generate distribution files with
"-dirty" suffix.

Signed-off-by: Frediano Ziglio <[email protected]>
---
 common/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/Makefile.am b/common/Makefile.am
index a904dae..9638635 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -138,4 +138,8 @@ EXTRA_DIST =                                \
        quic_tmpl.c                     \
        $(NULL)
 
+GITIGNOREFILES = \
+       generated_messages.h \
+       $(NULL)
+
 -include $(top_srcdir)/git.mk
-- 
2.20.1

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to