summaryrefslogtreecommitdiff
path: root/glib-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 /glib-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 'glib-2.0.pc.in')
-rw-r--r--glib-2.0.pc.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in
index 3d6c84c32..a77335bec 100644
--- a/glib-2.0.pc.in
+++ b/glib-2.0.pc.in
@@ -3,12 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-VERSION="@VERSION@"
-REQUIRES=""
-CFLAGS="-I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include $CFLAGS"
-LIBS_PATH="-L${libdir} $LIBS_PATH"
-LIBS_LINK_SELF="-lglib-1.3 $LIBS_LINK_SELF"
-LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
-
-#Name: GLib
-#Description: C Utility Library
+Name: GLib
+Description: C Utility Library
+Version: @VERSION@
+Libs: -L${libdir} -lglib-1.3
+Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include