mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
2000-11-29 Martin Baulig <baulig@suse.de> * *.pc.in: Make the pkg-config scripts actually work.
12 lines
238 B
PkgConfig
12 lines
238 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GThread
|
|
Description: Thread support for GLib
|
|
Requires: glib
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
|
|
Cflags: @G_THREAD_CFLAGS@
|