[Spice-commits] common/Makefile.am

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 30 10:32:24 UTC 2019


 common/Makefile.am |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 09fba0677d92917d8bd7175c5509d39509d8717b
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Apr 30 11:05:33 2019 +0100

    gitignore: Ignore auto generated generated_messages.h file
    
    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 <fziglio at redhat.com>
    Acked-by: Victor Toso <victortoso at redhat.com>

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


More information about the Spice-commits mailing list