mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
1a4f9dddcd
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.
15 lines
329 B
PkgConfig
15 lines
329 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
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"
|
|
|
|
#Name: GThread
|
|
#Description: Thread support for GLib
|