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>2002-12-22 08:37:37 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-12-22 08:37:37 +0300
commit46d978a6afcd867f988171614d9478022eaaef68 (patch)
treea408f01a0a4d5611adf0f99b32ce4a4dddd0bdb8 /mono.pc.in
parent390086fddc1c255c71a207c287933e9414a19436 (diff)
Move configuration information that is used when compiling code that links
to Mono into a define that we can ship in mono.pc Remove the dependency on config.h from mono/metadata/exception.h svn path=/trunk/mono/; revision=9829
Diffstat (limited to 'mono.pc.in')
-rw-r--r--mono.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono.pc.in b/mono.pc.in
index 99c957f10aa..1e50f2bfcbf 100644
--- a/mono.pc.in
+++ b/mono.pc.in
@@ -9,4 +9,4 @@ Description: Mono Runtime
Version: @VERSION@
Requires: glib-2.0 gmodule-2.0
Libs: -L${libdir} -lmono -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir} @libmono_cflags@