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>2002-07-19 21:08:26 +0400
committerPaolo Molaro <lupus@oddwiz.org>2002-07-19 21:08:26 +0400
commit7d13d1ccc003828c75d8878c7a2334edc49790cb (patch)
treed2057fb88266aa0ad0c3cbfbebd011d94530802e /mono.pc.in
parente33dabf1a1c1133544916fa46f458cbabfe0c68f (diff)
Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
* configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use with pkg-config. * */Makefile.am: makefile overhaul to create a shared libmono library. * */*.h: do not include config.h in headers that should be installed. svn path=/trunk/mono/; revision=5937
Diffstat (limited to 'mono.pc.in')
-rw-r--r--mono.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/mono.pc.in b/mono.pc.in
new file mode 100644
index 00000000000..32e8adae30a
--- /dev/null
+++ b/mono.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+
+Name: Mono
+Description: Mono Runtime
+Version: @VERSION@
+Requires: glib-2.0 gmodule-2.0
+Libs: -L${libdir} -lmono
+Cflags: