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
229 B
PkgConfig
12 lines
229 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GLib
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lglib
|
|
Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include
|
|
|