[gnome-photos/gnome-3-16] build: Don't distribute git.mk



commit 6b90ae4e41723cd139daa39c41efae15b5ca3b24
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Oct 27 11:46:00 2015 +0100

    build: Don't distribute git.mk
    
    Use the '-' prefix when including git.mk. Otherwise Automake will mark
    git.mk as a dependency of the Makefile and pull it into the tarball.

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ff7d6ce..f3f3b20 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,4 +26,4 @@ EXTRA_DIST += \
        $(NULL)
 endif
 
-include $(top_srcdir)/git.mk
+-include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]