summaryrefslogtreecommitdiff
path: root/gmodule-2.0.pc.in
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:04 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:04 +0000
commit336f7e89fea34115850737035ffc96a5073c4e72 (patch)
treeffd6ae871fe41ff6d7a4f89b4ec6eac7325666b7 /gmodule-2.0.pc.in
parentb3ee868f9443d4de4b26d159e49fbd2c512ee1e8 (diff)
downloadglib-336f7e89fea34115850737035ffc96a5073c4e72.tar.gz
Put the pkg-config scripts back to the correct pkg-config syntax
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
Diffstat (limited to 'gmodule-2.0.pc.in')
-rw-r--r--gmodule-2.0.pc.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/gmodule-2.0.pc.in b/gmodule-2.0.pc.in
index 4c7af3056..bca8fdea5 100644
--- a/gmodule-2.0.pc.in
+++ b/gmodule-2.0.pc.in
@@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-REQUIRES="glib-2.0"
-VERSION="@VERSION@"
-CFLAGS="$CFLAGS"
-LIBS_PATH="-L${libdir} @G_MODULE_LDFLAGS@ $LIBS_PATH"
-LIBS_LINK_SELF="-lgmodule-1.3 $LIBS_LINK_SELF"
-LIBS_LINK_SYSTEM="@G_MODULE_LIBS@ $LIBS_LINK_SYSTEM"
-
-#Name: GModule
-#Description: Dynamic module loader for GLib
+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: