Update an example from 1.3 to 2.x
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 May 2005 14:27:54 +0000 (14:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 20 May 2005 14:27:54 +0000 (14:27 +0000)
2005-05-20  Matthias Clasen  <mclasen@redhat.com>

* glib/compiling.sgml: Update an example from 1.3 to 2.x

docs/reference/ChangeLog
docs/reference/glib/compiling.sgml

index 429b683..3e21050 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/compiling.sgml: Update an example from 1.3 to 2.x
+
 2005-05-13  Matthias Clasen  <mclasen@redhat.com>
 
        * gobject/glib-genmarshal.1: 
index 057b8ef..cb93023 100644 (file)
@@ -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  
 </programlisting>
 </para>
 <para>