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:
authornosami <jasonimison@gmail.com>2016-05-09 00:48:43 +0300
committernosami <jasonimison@gmail.com>2016-05-19 14:58:23 +0300
commitc19c622ee4b2542538a21d3e336d1f40197990e4 (patch)
tree794ac44591d0b0f9b2a7e8f48e04aa2c50a968ad /main/Makefile.am
parentd115d060705c9b0773b9fbfcc3be21722f72f662 (diff)
[F#] Add F# projects to main sln
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 494b5ceb9c..2f13283b89 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -70,6 +70,7 @@ PACKAGES = \
build/AddIns/MonoDevelop.SourceEditor.addin.xml \
build/AddIns/BackendBindings/BooBinding.addin.xml \
build/AddIns/BackendBindings/CSharpBinding.addin.xml \
+ external/fsharpbinding/MonoDevelop.FSharpBinding/FSharpBinding.addin.xml \
build/AddIns/BackendBindings/ILAsmBinding.addin.xml \
build/AddIns/BackendBindings/JavaBinding.addin.xml \
build/AddIns/BackendBindings/VBNetBinding.addin.xml \