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
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-14 19:38:59 +0400
committerJonathan Pryor <jpryor@novell.com>2008-10-14 19:38:59 +0400
commit8b6c36186b330fb6629856e56d24228015bf2b6d (patch)
treea39a3157b645c804b82a4a632f3017e82c16e9a1
parentc5690c3dc0fb57586714b25857688c8434f9ed6b (diff)
* data/mono-options.pcs.in: We're not installing Mono.Options.dll into
the GAC anymore, we're just concerned `pkg-config --variable=Source` support. svn path=/trunk/mono/; revision=115791
-rw-r--r--ChangeLog6
-rw-r--r--data/mono-options.pc.in14
2 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b099998b8e0..c666ba75e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-14 Jonathan Pryor <jpryor@novell.com>
+ * data/mono-options.pcs.in: We're not installing Mono.Options.dll into
+ the GAC anymore, we're just concerned `pkg-config --variable=Source`
+ support.
+
+2008-10-14 Jonathan Pryor <jpryor@novell.com>
+
* data/mono-options.pc.in: Add a Sources variable so that
`pkg-config --variable Sources mono-options` can be used to grab the
sources to Mono.Options (useful for embedding).
diff --git a/data/mono-options.pc.in b/data/mono-options.pc.in
index 8439184d5e7..5573c381ac0 100644
--- a/data/mono-options.pc.in
+++ b/data/mono-options.pc.in
@@ -1,9 +1,7 @@
-assemblies_dir=@prefix@/lib/mono
-gac_dir=${assemblies_dir}/gac/Mono.Options/0.2.1.0__0738eb9f132ed756
-Libraries=${gac_dir}/Mono.Options.dll
-Sources=${gac_dir}/Options.cs
+prefix=${pcfiledir}/../..
+assemblies_dir=${prefix}/lib/mono-options
+Sources=${assemblies_dir}/Options.cs
-Name: Mono Internal -- Do not use.
-Description: Mono Internal Libraries -- Do not use
-Version: @VERSION@
-Libs: -r:Mono.Options.dll
+Name: Mono.Options
+Description: Command Line Parsing Library
+Version: 0.2.1