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-05-04 03:56:48 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-26 18:24:09 +0400
commit3824e16bb8e31f0351ccd0bfe3de0f986c1eb38f (patch)
tree94107bc55fe5e5705e34c7bd97f21cedeaaaa899 /main/Makefile.include
parent16268f290ed1084ab45d3403bfff00e9b7bad7bc (diff)
[Build] Change the build system to use xbuild instead of makefiles""
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index b6676ef313..2b2758ecf6 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -3,7 +3,6 @@ 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)