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/mint.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/mint.pc.in')
-rw-r--r--data/mint.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/mint.pc.in b/data/mint.pc.in
new file mode 100644
index 00000000000..0b91a2c117c
--- /dev/null
+++ b/data/mint.pc.in
@@ -0,0 +1,12 @@
+prefix=${pcfiledir}/../..
+exec_prefix=${pcfiledir}/../..
+libdir=${prefix}/lib
+includedir=${prefix}/include/mono-@API_VER@
+
+
+Name: Mono Interpreter
+Description: Mono Interpreter Runtime
+Version: @VERSION@
+Requires: glib-2.0 gthread-2.0
+Libs: -L${libdir} @export_ldflags@ -lmint @libmono_ldflags@
+Cflags: -I${includedir} @libmono_cflags@