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:
authorPaolo Molaro <lupus@oddwiz.org>2007-01-29 14:07:53 +0300
committerPaolo Molaro <lupus@oddwiz.org>2007-01-29 14:07:53 +0300
commit8b46af95ffd7eefa44840bee8f041c3f9a08eec1 (patch)
tree8461305909cf04281aca64d6dd51474c59c691c5 /mono-uninstalled.pc.in
parentac631c35cad597e59b1468a9d2fbcf5f5d8cede4 (diff)
Mon Jan 29 12:04:38 CET 2007 Paolo Molaro <lupus@ximian.com>
* configure.in, mint.pc.in mono-uninstalled.pc.in mono.pc.in: put back the flag to export symbols from the binary which is no more provided by gmodule (thanks to Robert Jordan <robertj@gmx.net> for noticing). svn path=/trunk/mono/; revision=71858
Diffstat (limited to 'mono-uninstalled.pc.in')
-rw-r--r--mono-uninstalled.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono-uninstalled.pc.in b/mono-uninstalled.pc.in
index 78269e3a963..2025cd9d166 100644
--- a/mono-uninstalled.pc.in
+++ b/mono-uninstalled.pc.in
@@ -1,6 +1,6 @@
Name: Mono
Description: Mono Runtime
Version: @VERSION@
-Requires: glib-2.0 gmodule-2.0 gthread-2.0
-Libs: -L@mono_build_root@/mono/mini/.libs -lmono @libmono_ldflags@ -lm
+Requires: glib-2.0 gthread-2.0
+Libs: -L@mono_build_root@/mono/mini/.libs @export_ldflags@ -lmono @libmono_ldflags@ -lm
Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/mono @libmono_cflags@