summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-20 16:51:19 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-20 16:51:19 -0400
commitb4340170d2f02c2fccfd8d4c293b86f6abe74e81 (patch)
treec22944f3227bcbc9fca311c9b695e20cab64a70f /build
parent21cbdbc2f9a317c1a19a75d50cb0201ae439dcf4 (diff)
downloadpango-b4340170d2f02c2fccfd8d4c293b86f6abe74e81.tar.gz
Update build/ to include git.mk
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am2
-rw-r--r--build/win32/Makefile.am2
-rw-r--r--build/win32/vs10/Makefile.am2
-rw-r--r--build/win32/vs9/Makefile.am2
4 files changed, 8 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 0f81afe3..73e7a6f6 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = win32
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 5aea65e6..a0b2d363 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = vs9 vs10
EXTRA_DIST = unistd.h
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 60aa24b7..4fb9ad74 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -22,3 +22,5 @@ EXTRA_DIST = \
pangocairo_fc.vcxproj.filtersin \
install.vcxproj \
README.txt
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index b65e2ebe..9fb8c694 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -12,3 +12,5 @@ EXTRA_DIST = \
install.vcproj \
stdint.h \
README.txt
+
+-include $(top_srcdir)/git.mk