From 16f730e41dfaee53eab32e7961a871649be26d72 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 May 2005 14:27:54 +0000 Subject: [PATCH] Update an example from 1.3 to 2.x 2005-05-20 Matthias Clasen * glib/compiling.sgml: Update an example from 1.3 to 2.x --- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/compiling.sgml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 429b6839..3e210500 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-05-20 Matthias Clasen + + * glib/compiling.sgml: Update an example from 1.3 to 2.x + 2005-05-13 Matthias Clasen * gobject/glib-genmarshal.1: diff --git a/docs/reference/glib/compiling.sgml b/docs/reference/glib/compiling.sgml index 057b8ef6..cb930239 100644 --- a/docs/reference/glib/compiling.sgml +++ b/docs/reference/glib/compiling.sgml @@ -27,7 +27,7 @@ The following interactive shell session demonstrates how $ pkg-config --cflags glib-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include $ pkg-config --libs glib-2.0 - -L/usr/lib -lm -lglib-1.3 + -L/usr/lib -lm -lglib-2.0 -- 2.34.1