[gnome-photos] build: Don't distribute git.mk
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] build: Don't distribute git.mk
- Date: Tue, 27 Oct 2015 11:05:48 +0000 (UTC)
commit 9ed2c0763af25791e01e4c381f4e652ac15b0e98
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]