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:
authorMike Krüger <mkrueger@novell.com>2009-11-18 16:07:46 +0300
committerMike Krüger <mkrueger@novell.com>2009-11-18 16:07:46 +0300
commit3af1daf606814b4120097bf3d6daba91817be13c (patch)
tree1493a9220edc8bc82a28aa593e6053a569564457 /main/src/addins/Makefile.am
parentea207bd7138b939950f1151794e63ad3116fd742 (diff)
* Main.sln:
* configure.in: * src/addins/Makefile.am: Added hex editor display binding. svn path=/trunk/monodevelop/; revision=146415
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 6576c5f397..6bc0e2cf57 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -30,4 +30,5 @@ SUBDIRS = \
MonoDevelop.Moonlight \
MonoDevelop.CodeMetrics \
MonoDevelop.Debugger.Soft \
- WindowsPlatform
+ WindowsPlatform \
+ MonoDevelop.HexEditor