diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 2 | ||||
-rw-r--r-- | build/win32/Makefile.am | 2 | ||||
-rw-r--r-- | build/win32/vs10/Makefile.am | 2 | ||||
-rw-r--r-- | build/win32/vs9/Makefile.am | 2 |
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 |