Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-06-26 19:01:03 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-26 19:01:17 +0400
commit5a53e6c4030819ebb6cea1d575c42fb8675adcb2 (patch)
treec9992133f025553abcbcac38ad5ff73db392ee0d /main/Makefile.include
parent3824e16bb8e31f0351ccd0bfe3de0f986c1eb38f (diff)
Revert "[Build] Change the build system to use xbuild instead of makefiles"""
Back it out for now. There are some reported build issues.
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index 2b2758ecf6..b6676ef313 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -3,6 +3,7 @@ build_sources = $(addprefix $(srcdir)/, $(FILES)) $(GENERATED_FILES)
build_resources = $(addprefix $(srcdir)/, $(RES))
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
+
# workaroundfor lack of abs_top_builddir variable in automake < 1.10. Will break if mdtool isn't
# launched from top_srcdir (i.e. where this script is located)
abs_top_builddir ?= $(top_builddir)