diff options
author | Martin Baulig <martin@src.gnome.org> | 2000-09-29 22:03:57 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-09-29 22:03:57 +0000 |
commit | 1c4a532c3416da9a4774234b63d8a849e9d306a8 (patch) | |
tree | a5fff99123bf463f5c1afa0ac19413cc1e920601 /gthread-2.0.pc.in | |
parent | 1a4f9dddcd281e85182623929c4d1ca607f40c03 (diff) |
Small fixes.
Diffstat (limited to 'gthread-2.0.pc.in')
-rw-r--r-- | gthread-2.0.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gthread-2.0.pc.in b/gthread-2.0.pc.in index 31aa83a4a..eea6f5a9a 100644 --- a/gthread-2.0.pc.in +++ b/gthread-2.0.pc.in @@ -7,8 +7,8 @@ REQUIRES="glib-2.0" VERSION="@VERSION@" CFLAGS="$CFLAGS" LIBS_PATH="-L${libdir} $LIBS_PATH" -LIBS_LINK_SELF="-lgthread-1.3 @G_THREAD_LIBS@ $LIBS_LINK_SELF" -LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM" +LIBS_LINK_SELF="-lgthread-1.3 $LIBS_LINK_SELF" +LIBS_LINK_SYSTEM="@G_THREAD_LIBS@ $LIBS_LINK_SYSTEM" #Name: GThread #Description: Thread support for GLib |