summaryrefslogtreecommitdiff
path: root/gmodule-2.0.pc.in
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-09-29 20:36:52 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-29 20:36:52 +0000
commit1a4f9dddcd281e85182623929c4d1ca607f40c03 (patch)
treeac9dbbcf5e3ae4823d02060595a5affd1f3a603a /gmodule-2.0.pc.in
parentf7ffcb3a92b4c248dececaa9be6fcb634e3351f9 (diff)
downloadglib-1a4f9dddcd281e85182623929c4d1ca607f40c03.tar.gz
Set this to `$(libexecdir)/pkgconfig'; this is the directory where
2000-09-29 Martin Baulig <baulig@suse.de> * Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig'; this is the directory where pkg-config actually looks. * *.pc.in: Made the pkg-config scripts actually work.
Diffstat (limited to 'gmodule-2.0.pc.in')
-rw-r--r--gmodule-2.0.pc.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/gmodule-2.0.pc.in b/gmodule-2.0.pc.in
index bca8fdea5..852658216 100644
--- a/gmodule-2.0.pc.in
+++ b/gmodule-2.0.pc.in
@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: GModule
-Description: Dynamic module loader for GLib
-Requires: glib-2.0
-Version: @VERSION@
-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@
-Cflags:
+REQUIRES="glib-2.0"
+VERSION="@VERSION@"
+CFLAGS="$CFLAGS"
+LIBS_PATH="-L${libdir} $LIBS_PATH"
+LIBS_LINK_SELF="@G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@ $LIBS_LINK_SELF"
+LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
+
+#Name: GModule
+#Description: Dynamic module loader for GLib