mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
c055bfe189
2000-08-10 Havoc Pennington <hp@redhat.com> * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for glibconfig.h
11 lines
236 B
PkgConfig
11 lines
236 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GLib
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lglib-1.3
|
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
|