mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Set this to `$(libexecdir)/pkgconfig'; this is the directory where
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.
This commit is contained in:
committed by
Martin Baulig
parent
f7ffcb3a92
commit
1a4f9dddcd
@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
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:
|
||||
REQUIRES="glib-2.0"
|
||||
VERSION="@VERSION@"
|
||||
CFLAGS="$CFLAGS"
|
||||
LIBS_PATH="-L${libdir} $LIBS_PATH"
|
||||
LIBS_LINK_SELF="@G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@ $LIBS_LINK_SELF"
|
||||
LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
|
||||
|
||||
#Name: GModule
|
||||
#Description: Dynamic module loader for GLib
|
||||
|
Reference in New Issue
Block a user