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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-14 19:55:43 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-14 19:55:43 +0400
commitdc2f86844b0be2cd99e375a664b2d694eea323ac (patch)
tree5a79d2ea6c610abff3337c54259d6261942f6b2a /mono-uninstalled.pc.in
parentfdd40fc2133b497df0f7c9b1094670a9fde43137 (diff)
In mono/tests:
2005-06-14 Ben Maurer <bmaurer@ximian.com> * Makefile.am (testbundle): Test case that bundling works with a hello world. In .: 2005-06-14 Ben Maurer <bmaurer@ximian.com> * mono-uninstalled.pc.in: pc file that handles mono when it is not installed. This lets us have mkbundle work inside the tree. * configure.in: Create the .pc file above. svn path=/trunk/mono/; revision=45977
Diffstat (limited to 'mono-uninstalled.pc.in')
-rw-r--r--mono-uninstalled.pc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/mono-uninstalled.pc.in b/mono-uninstalled.pc.in
new file mode 100644
index 00000000000..ec708398a9f
--- /dev/null
+++ b/mono-uninstalled.pc.in
@@ -0,0 +1,6 @@
+Name: Mono
+Description: Mono Runtime
+Version: @VERSION@
+Requires: glib-2.0 gmodule-2.0 gthread-2.0
+Libs: -L${pc_top_builddir}/mono/mini/.libs -lmono @libmono_ldflags@ -lm
+Cflags: -I${pc_top_builddir}/@srcdir@ -I${pc_top_builddir}/@srcdir@/mono @libmono_cflags@