From dc2f86844b0be2cd99e375a664b2d694eea323ac Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Tue, 14 Jun 2005 15:55:43 +0000 Subject: In mono/tests: 2005-06-14 Ben Maurer * Makefile.am (testbundle): Test case that bundling works with a hello world. In .: 2005-06-14 Ben Maurer * 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 --- mono-uninstalled.pc.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mono-uninstalled.pc.in (limited to 'mono-uninstalled.pc.in') 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@ -- cgit v1.2.3