From fa51ff25d3555ce938922d7bbd64acb12140a774 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 18 Jan 2010 13:56:56 +0000 Subject: [PATCH] Add build/mingw/{README,mingw-cross-compile.sh} to the dist tarball It's quite difficult to get git working on Windows so it makes sense to put the build instructions somewhere accessible. --- build/Makefile.am | 2 +- build/mingw/Makefile.am | 1 + configure.ac | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 build/mingw/Makefile.am diff --git a/build/Makefile.am b/build/Makefile.am index 96b39e1ba..d8669fd29 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = autotools +SUBDIRS = autotools mingw EXTRA_DIST = gen-gcov.pl diff --git a/build/mingw/Makefile.am b/build/mingw/Makefile.am new file mode 100644 index 000000000..69195f791 --- /dev/null +++ b/build/mingw/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = README mingw-cross-compile.sh diff --git a/configure.ac b/configure.ac index 302e6686b..73216d926 100644 --- a/configure.ac +++ b/configure.ac @@ -868,6 +868,7 @@ AC_CONFIG_FILES([ Makefile build/Makefile build/autotools/Makefile + build/mingw/Makefile clutter/Makefile clutter/clutter-version.h clutter/clutter-json.h