[gnome-online-accounts] And more git.mk again
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] And more git.mk again
- Date: Tue, 14 Jun 2011 13:13:32 +0000 (UTC)
commit eb3266a9d073322e3fbf344b35fac42f384b2bd1
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jun 14 14:09:49 2011 +0100
And more git.mk again
data/Makefile.am | 2 ++
data/icons/16x16/Makefile.am | 2 ++
data/icons/24x24/Makefile.am | 2 ++
data/icons/256x256/Makefile.am | 2 ++
data/icons/32x32/Makefile.am | 2 ++
data/icons/48x48/Makefile.am | 2 ++
data/icons/Makefile.am | 2 ++
data/icons/scalable/Makefile.am | 2 ++
doc/Makefile.am | 2 ++
src/Makefile.am | 2 ++
src/daemon/Makefile.am | 2 ++
src/examples/Makefile.am | 2 ++
src/goa/Makefile.am | 2 ++
src/goabackend/Makefile.am | 2 ++
src/panel/Makefile.am | 2 ++
15 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 7813949..f8790ce 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -36,3 +36,5 @@ DISTCLEANFILES = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index 783ee6e..52ba27c 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -11,3 +11,5 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index 6180d34..547b9f7 100644
--- a/data/icons/24x24/Makefile.am
+++ b/data/icons/24x24/Makefile.am
@@ -11,3 +11,5 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
index 40d8104..1a18d42 100644
--- a/data/icons/256x256/Makefile.am
+++ b/data/icons/256x256/Makefile.am
@@ -11,3 +11,5 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
index 5f8edcf..7d6f2f7 100644
--- a/data/icons/32x32/Makefile.am
+++ b/data/icons/32x32/Makefile.am
@@ -11,3 +11,5 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index f7e0403..68d3f78 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -11,3 +11,5 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index c1549d0..1675ccd 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -14,3 +14,5 @@ install-data-hook:
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index 3bbcecd..f6674cd 100644
--- a/data/icons/scalable/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -9,3 +9,5 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 43fb8d4..208a2d9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -95,3 +95,5 @@ CLEANFILES += \
*.8 \
-rf xml html tmpl \
$(NULL)
+
+-include $(top_srcdir)/git.mk
diff --git a/src/Makefile.am b/src/Makefile.am
index 1bbe999..93685e6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,3 +2,5 @@
NULL =
SUBDIRS = goa goabackend daemon panel examples
+
+-include $(top_srcdir)/git.mk
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index c627cd1..524c667 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -47,3 +47,5 @@ goa_daemon_LDADD = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 5dff64c..29a7bee 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -17,3 +17,5 @@ INCLUDES = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/src/goa/Makefile.am b/src/goa/Makefile.am
index fccaea8..4b0b2ed 100644
--- a/src/goa/Makefile.am
+++ b/src/goa/Makefile.am
@@ -134,3 +134,5 @@ endif # HAVE_INTROSPECTION
clean-local :
rm -f *~ goa-generated-doc-*.xml $(dbus_built_sources) $(enum_built_sources)
+
+-include $(top_srcdir)/git.mk
diff --git a/src/goabackend/Makefile.am b/src/goabackend/Makefile.am
index 4af0a13..231347c 100644
--- a/src/goabackend/Makefile.am
+++ b/src/goabackend/Makefile.am
@@ -106,3 +106,5 @@ pkgconfig_DATA = goa-backend-1.0.pc
clean-local :
rm -f *~ $(enum_built_sources)
+
+-include $(top_srcdir)/git.mk
diff --git a/src/panel/Makefile.am b/src/panel/Makefile.am
index 2de2865..38e675f 100644
--- a/src/panel/Makefile.am
+++ b/src/panel/Makefile.am
@@ -46,3 +46,5 @@ libgoa_panel_la_LIBADD = \
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]