mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +01:00
2000-11-29 Martin Baulig <baulig@suse.de> * *.pc.in: Make the pkg-config scripts actually work.
12 lines
246 B
PkgConfig
12 lines
246 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GModule
|
|
Description: Dynamic module loader for GLib
|
|
Requires: glib
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule @G_MODULE_LIBS@
|
|
Cflags:
|