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:
authorMiguel de Icaza <miguel@gnome.org>2007-08-05 20:49:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-08-05 20:49:09 +0400
commit8bd82a1a193e218173bfb2beeafb050d9d59e9b6 (patch)
tree0871e73ca63426a2580b8090a379f7c22c3bd689 /data/mono.pc.in
parent3a606929fd1ac1d931abf08986e55aae75d02c90 (diff)
parent58aa4102e68d51db4d4620aa229e5cf876e4fbbe (diff)
2007-08-05 Miguel de Icaza <miguel@novell.com>
* data/Makefile.am (pkgconfig_DATA): Move the pc.in files to the data directory to keep the toplevel directory clean. svn path=/trunk/mono/; revision=83507
Diffstat (limited to 'data/mono.pc.in')
-rw-r--r--data/mono.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/mono.pc.in b/data/mono.pc.in
new file mode 100644
index 00000000000..9374c192d75
--- /dev/null
+++ b/data/mono.pc.in
@@ -0,0 +1,11 @@
+prefix=${pcfiledir}/../..
+exec_prefix=${pcfiledir}/../..
+libdir=${prefix}/@reloc_libdir@
+includedir=${prefix}/include/mono-@API_VER@
+
+Name: Mono
+Description: Mono Runtime
+Version: @VERSION@
+Requires: glib-2.0 gthread-2.0
+Libs: -L${libdir} @export_ldflags@ -lmono @libmono_ldflags@
+Cflags: -I${includedir} @libmono_cflags@