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 Kestner <mkestner@gmail.com>2009-10-29 22:21:56 +0300
committerMike Kestner <mkestner@gmail.com>2009-10-29 22:21:56 +0300
commit578e305e3f1fa2e7dde18795ce2d21a400be26fb (patch)
treeffb66ab73eb40980d51b0f0ed380763161c31773 /main/monodevelop.pc.in
parentd652c1a98a8e81cb05bd114587f7c85228bbf507 (diff)
2009-10-19 Mike Kestner <mkestner@novell.com>
* monodevelop.pc.in: add AddinsPath variable to discover where third party addins need to be installed. svn path=/trunk/monodevelop/; revision=145057
Diffstat (limited to 'main/monodevelop.pc.in')
-rw-r--r--main/monodevelop.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/monodevelop.pc.in b/main/monodevelop.pc.in
index c870695a7d..6e89739f77 100644
--- a/main/monodevelop.pc.in
+++ b/main/monodevelop.pc.in
@@ -9,4 +9,5 @@ MonoAddinsTestCommand=MonoDevelop.exe
Name: MonoDevelop
Description: Free .NET Development Environment
Version: @VERSION@
+AddinsPath: ${libdir}/AddIns
Libs: -r:${libdir}/bin/MonoDevelop.Core.dll -r:${libdir}/bin/MonoDevelop.Core.Gui.dll -r:${libdir}/bin/MonoDevelop.Projects.dll -r:${libdir}/bin/MonoDevelop.Projects.Gui.dll -r:${libdir}/bin/MonoDevelop.Ide.dll -r:${libdir}/bin/MonoDevelop.Components.dll -r:${libdir}/bin/NRefactory.dll -r:${libdir}/bin/Mono.Cecil.dll -r:${libdir}/bin/Mono.TextEditor.dll -r:${libdir}/bin/Mono.Debugging.dll