mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
abb3c8d534
Tue Feb 26 14:56:31 2002 Owen Taylor <otaylor@redhat.com> * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
15 lines
347 B
PkgConfig
15 lines
347 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
glib_genmarshal=glib-genmarshal
|
|
gobject_query=gobject-query
|
|
glib_mkenums=glib-mkenums
|
|
|
|
Name: GLib
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lglib-1.3 @INTLLIBS@ @ICONV_LIBS@
|
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
|