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:
authorDick Porter <dick@acm.org>2002-08-12 14:05:51 +0400
committerDick Porter <dick@acm.org>2002-08-12 14:05:51 +0400
commit2c8ed7e76100cc78690748967ee3356051848605 (patch)
tree9e3454bbf51f8c93830914a3efcfd798b0589fa6 /mono.pc.in
parentcf3230844f59cf5ca70757287976401c2b98c4ea (diff)
2002-08-12 Dick Porter <dick@ximian.com>
* mono.pc.in: Add $includedir to Cflags * Don't link libtool convenience libs together before linking them to other stuff (it breaks static builds) svn path=/trunk/mono/; revision=6588
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 32e8adae30a..0a9053b1ebd 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
-Cflags:
+Cflags: -I${includedir}