From: Matthias Clasen Date: Wed, 30 Jul 2003 00:01:39 +0000 (+0000) Subject: Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=768bdf40b74aa660d2847747c4df58a745705170;p=dana%2Fcg-glib.git Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt) * glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt) --- diff --git a/ChangeLog b/ChangeLog index 5fb14934..207c5c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-30 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5fb14934..207c5c18 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2003-07-30 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5fb14934..207c5c18 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2003-07-30 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5fb14934..207c5c18 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2003-07-30 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5fb14934..207c5c18 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2003-07-30 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5fb14934..207c5c18 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2003-07-30 Matthias Clasen + * 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. diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in index 16aa72a9..deb1739f 100644 --- a/glib-2.0.pc.in +++ b/glib-2.0.pc.in @@ -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