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:
authorLluis Sanchez <lluis@novell.com>2005-09-28 19:58:30 +0400
committerLluis Sanchez <lluis@novell.com>2005-09-28 19:58:30 +0400
commite0648cdc3f6684636fea93754bf6ab86375a5212 (patch)
tree3d749a3212ccd666ec8ed800abcefc3da02028aa /Makefile.am
parenta40e5d276ae94b31c64b9427aaebb2af99e8e8a5 (diff)
Assembly reorganization: some final namespace changes.
svn path=/trunk/monodevelop/; revision=50952
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d9f88b5ff..1ce951ff44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ endif # ENABLE_UPDATE_MIMEDB
run: runmd
runmd: $(PROGRAM)
- cd build/bin && MONO_PATH=$(MONO_PATH):build/AddIns LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'` $(RUNTIME) --debug MonoDevelop.exe
+ cd build/bin && MONO_PATH=$(MONO_PATH):../AddIns LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'` $(RUNTIME) --debug MonoDevelop.exe
pad: $(MONOPAD)