Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-11-30 06:59:54 +0400
committerCarlos Martín Nieto <cmn@dwim.me>2013-11-30 07:03:34 +0400
commite2b0132a161282f1630b7df5d5eddc6a8a77ef8b (patch)
tree0e77950f9fd6e2fa6498f9e03f1b09ee313b1c0b /data
parentae3f5aa141fc1db4e124a719c187127178a73174 (diff)
Use full path for aspnetwebstack pkg-config file
Referencing the assemblies by DLL name isn't enough for MonoDevelop to pick them up for listing. Use the full path so they show up the references list.
Diffstat (limited to 'data')
-rw-r--r--data/aspnetwebstack.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/aspnetwebstack.pc.in b/data/aspnetwebstack.pc.in
index 250fdb6ad7b..cbb24e47a15 100644
--- a/data/aspnetwebstack.pc.in
+++ b/data/aspnetwebstack.pc.in
@@ -1,4 +1,4 @@
Name: AspNetWebStack
Description: References Microsoft ASP.NET Web Stack
Version: @VERSION@
-Libs: -r:System.Web.Razor.dll -r:System.Web.Http.dll -r:System.Web.WebPages -r:System.Web.WebPages.Razor -r:System.Web.WebPages.Deployment
+Libs: -r:@prefix@/lib/mono/gac/System.Web.Razor/2.0.0.0__31bf3856ad364e35/System.Web.Razor.dll -r:@prefix@/lib/mono/gac/System.Web.Http/4.0.0.0__31bf3856ad364e35/System.Web.Http.dll -r:@prefix@/lib/mono/gac/System.Web.WebPages/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.dll -r:@prefix@/lib/mono/gac/System.Web.WebPages.Razor/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.Razor.dll -r:@prefix@/lib/mono/gac/System.Web.WebPages.Deployment/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.Deployment.dll