2003-12-22 Bernie Solomon <bernard@ugsolutions.com>
authorBernie Solomon <bernard@mono-cvs.ximian.com>
Mon, 22 Dec 2003 16:41:15 +0000 (16:41 -0000)
committerBernie Solomon <bernard@mono-cvs.ximian.com>
Mon, 22 Dec 2003 16:41:15 +0000 (16:41 -0000)
* Makefile.am: Create mint.pc
mint.pc.in: Added for embedding the interpreter

svn path=/trunk/mono/; revision=21425

ChangeLog
Makefile.am
mint.pc.in [new file with mode: 0644]

index f8d2f8e21061fbfc2d19f0704407338f7fa66665..7577c13f762d86946052ac29534896e5634c22dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * Makefile.am: Create mint.pc
+       mint.pc.in: Added for embedding the interpreter
+
 2003-12-16  Martin Baulig  <martin@ximian.com>
 
        * Makefile.am: In a Makefile.am, comments are started with `#' and
index fae208d254e8c8bbd365e9a6795cde22040f051f..e603fb791f409456508352bf9d0d83cf04f5fe72 100644 (file)
@@ -4,11 +4,11 @@ SUBDIRS = @libgc_dir@ mono doc docs runtime scripts man data samples
 
 # EXTRA_SUBDIRS = libgc
 
-EXTRA_DIST= mono.pc.in mono.spec.in
+EXTRA_DIST= mono.pc.in mono.spec.in mint.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA= mono.pc
-DISTCLEANFILES= mono.pc
+pkgconfig_DATA= mono.pc mint.pc
+DISTCLEANFILES= mono.pc mint.pc
 
 #
 # The following target is used to compile and install
diff --git a/mint.pc.in b/mint.pc.in
new file mode 100644 (file)
index 0000000..004bb0f
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+
+Name: Mono Interpreter
+Description: Mono Interpreter Runtime
+Version: @VERSION@
+Requires: glib-2.0 gmodule-2.0 gthread-2.0
+Libs: -L${libdir} -lmint @libmono_ldflags@ @ICU_LIBS@ -lm
+Cflags: -I${includedir} @libmono_cflags@