mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
This commit is contained in:
parent
e7fde02e4f
commit
768bdf40b7
@ -1,5 +1,7 @@
|
||||
2003-07-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
|
||||
|
||||
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file
|
||||
utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem
|
||||
as the function is just 2 days old.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2003-07-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
|
||||
|
||||
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file
|
||||
utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem
|
||||
as the function is just 2 days old.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2003-07-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
|
||||
|
||||
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file
|
||||
utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem
|
||||
as the function is just 2 days old.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2003-07-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
|
||||
|
||||
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file
|
||||
utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem
|
||||
as the function is just 2 days old.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2003-07-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
|
||||
|
||||
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file
|
||||
utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem
|
||||
as the function is just 2 days old.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2003-07-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
|
||||
|
||||
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file
|
||||
utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem
|
||||
as the function is just 2 days old.
|
||||
|
@ -10,6 +10,6 @@ glib_mkenums=glib-mkenums
|
||||
Name: GLib
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@ @TRIO_LIBS@
|
||||
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@
|
||||
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user