summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2011-03-16 10:01:18 -0400
committerPeng Huang <shawn.p.huang@gmail.com>2011-03-16 10:01:18 -0400
commit14b7d1a071c08c327ab836a2b7bd3e3b2ab7d1af (patch)
treeb2e46376fd281780021b830a1368ef1c72f4f7e8 /bindings
parent596680ba3cfd5aa8e4c2ef4bd5905a25c4c855b0 (diff)
Add git.mk from gtk+ project, Use it to update .gitignore
BUG=none TEST=make Review URL: http://codereview.appspot.com/4280050
Diffstat (limited to 'bindings')
-rw-r--r--bindings/Makefile.am2
-rw-r--r--bindings/vala/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 6e5bb6e5..135849c7 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -27,3 +27,5 @@ endif
SUBDIRS = \
$(VALA_DIR) \
$(NULL)
+
+-include $(top_srcdir)/git.mk
diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am
index a7a128bb..004b7fc0 100644
--- a/bindings/vala/Makefile.am
+++ b/bindings/vala/Makefile.am
@@ -35,3 +35,5 @@ ibus-@IBUS_API_VERSION@.vapi:
generate-vala:
vala-gen-introspect ibus-@IBUS_API_VERSION@ ibus-@IBUS_API_VERSION@
+
+-include $(top_srcdir)/git.mk