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-05-16 03:32:21 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2008-05-16 03:32:21 +0400
commit91eadcf5abaa228da5ea29f4ea2036c35079043e (patch)
tree47b7c7db8342161c677005378190e9f997b77231 /extras/NemerleBinding
parent2f3bdd77a28abee1ac3d993b772f217ea204ba08 (diff)
Install mdb debug files so that end-users can generate useful stack traces.
svn path=/trunk/monodevelop/; revision=103329
Diffstat (limited to 'extras/NemerleBinding')
-rw-r--r--extras/NemerleBinding/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/NemerleBinding/Makefile.am b/extras/NemerleBinding/Makefile.am
index f03b5c5a99..5ddaf475f6 100644
--- a/extras/NemerleBinding/Makefile.am
+++ b/extras/NemerleBinding/Makefile.am
@@ -63,7 +63,7 @@ $(ASSEMBLY): $(FILES) $(RES)
if ENABLE_NEMERLE
assemblydir = $(MD_ADDIN_DIR)/BackendBindings/
-assembly_DATA = $(ASSEMBLY)
+assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb
endif