[gtk+] Add git.mk to more places
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add git.mk to more places
- Date: Thu, 24 Jan 2013 22:47:56 +0000 (UTC)
commit cca05d1dc8a36d7e21474fe754a1320ef9248e22
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jan 24 17:35:30 2013 -0500
Add git.mk to more places
build/Makefile.am | 2 ++
build/win32/Makefile.am | 2 ++
build/win32/vs10/Makefile.am | 2 ++
build/win32/vs9/Makefile.am | 2 ++
demos/widget-factory/Makefile.am | 2 ++
examples/Makefile.am | 2 ++
gtk/native/Makefile.am | 2 ++
tests/a11y/Makefile.am | 2 ++
tests/css/Makefile.am | 2 ++
tests/css/parser/Makefile.am | 2 ++
tests/reftests/Makefile.am | 2 ++
tests/visuals/Makefile.am | 2 ++
12 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index b6b8e09..283dce2 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -2,3 +2,5 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = \
win32
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 050539c..f48c8e3 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -3,3 +3,5 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = \
vs9 \
vs10
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 0465eb2..ac7c43b 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -23,3 +23,5 @@ EXTRA_DIST += \
gailutil.vcxproj \
gailutil.vcxproj.filters \
install.vcxproj
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 15ee37c..10bdd32 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -14,3 +14,5 @@ EXTRA_DIST += \
gtka11y.vcprojin \
gailutil.vcproj \
install.vcproj
+
+-include $(top_srcdir)/git.mk
diff --git a/demos/widget-factory/Makefile.am b/demos/widget-factory/Makefile.am
index 8989139..2c48c08 100644
--- a/demos/widget-factory/Makefile.am
+++ b/demos/widget-factory/Makefile.am
@@ -29,3 +29,5 @@ EXTRA_DIST += \
widget-factory.ui \
widget-factory.gresource.xml \
gtk-logo-256.png
+
+-include $(top_srcdir)/git.mk
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 4078ddf..c55a6a8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -61,3 +61,5 @@ noinst_PROGRAMS = \
builder
EXTRA_DIST = builder.ui
+
+-include $(top_srcdir)/git.mk
diff --git a/gtk/native/Makefile.am b/gtk/native/Makefile.am
index 4f029f6..17f0015 100644
--- a/gtk/native/Makefile.am
+++ b/gtk/native/Makefile.am
@@ -10,3 +10,5 @@ native_update_icon_cache_CFLAGS = $(NATIVE_GDKPIXBUF_CFLAGS)
native_update_icon_cache_LDADD = $(NATIVE_GDKPIXBUF_LIBS)
native_update_icon_cache_SOURCES = $(srcdir)/../updateiconcache.c
endif
+
+-include $(top_srcdir)/git.mk
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index fd4ab2b..b84a1ff 100644
--- a/tests/a11y/Makefile.am
+++ b/tests/a11y/Makefile.am
@@ -70,3 +70,5 @@ EXTRA_DIST += \
placeholder-text.ui placeholder-text.txt \
menu.ui menu.txt \
combos.ui combos.txt
+
+-include $(top_srcdir)/git.mk
diff --git a/tests/css/Makefile.am b/tests/css/Makefile.am
index f14e7b5..cd5b0d6 100644
--- a/tests/css/Makefile.am
+++ b/tests/css/Makefile.am
@@ -20,3 +20,5 @@ LDADD = \
$(GTK_DEP_LIBS)
TEST_PROGS += api
+
+-include $(top_srcdir)/git.mk
diff --git a/tests/css/parser/Makefile.am b/tests/css/parser/Makefile.am
index 301c0f0..038e901 100644
--- a/tests/css/parser/Makefile.am
+++ b/tests/css/parser/Makefile.am
@@ -341,3 +341,5 @@ EXTRA_DIST += \
value-none.errors \
value-none.ref.css \
widget-style-property.css
+
+-include $(top_srcdir)/git.mk
diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am
index c708183..f916982 100644
--- a/tests/reftests/Makefile.am
+++ b/tests/reftests/Makefile.am
@@ -259,3 +259,5 @@ EXTRA_DIST += \
unresolvable.ui \
window-border-width.ref.ui \
window-border-width.ui
+
+-include $(top_srcdir)/git.mk
diff --git a/tests/visuals/Makefile.am b/tests/visuals/Makefile.am
index 90d5379..8250de6 100644
--- a/tests/visuals/Makefile.am
+++ b/tests/visuals/Makefile.am
@@ -32,3 +32,5 @@ EXTRA_DIST = \
osd-toolbars.ui \
primary-toolbar.ui \
suggested-action-buttons.ui
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]