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:
authorMichael Hutchinson <mhutchinson@novell.com>2008-01-28 21:02:17 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2008-01-28 21:02:17 +0300
commit537c7c43c6261f10115d7969121f6634f3d17f4d (patch)
tree83e144351ec024249beb5884ee46a098f78d9397 /main/Makefile.include
parent61c0175672e71afca29fd1584f95083388f71dbc (diff)
2008-01-28 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.include: Workaround so that "make run" and uses of mdtool work with automake < 1.10. svn path=/trunk/monodevelop/; revision=94163
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index 839ffb4c3c..3fcb5c9f09 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -6,6 +6,10 @@ build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
MD_PKG_CONFIG_PATH=$(gtksharp_prefix)/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/$(shell if test -d /usr/lib64; then echo ":/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/"; fi)
### END BLOCK
+# 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)
+
MD_BIN_PATH=$(abs_top_builddir)/build/bin
MD_LAUNCH_SETUP= \