Update an example from 1.3 to 2.x

2005-05-20  Matthias Clasen  <mclasen@redhat.com>

	* glib/compiling.sgml: Update an example from 1.3 to 2.x
This commit is contained in:
Matthias Clasen 2005-05-20 14:27:54 +00:00 committed by Matthias Clasen
parent c8099fa3e9
commit 16f730e41d
2 changed files with 5 additions and 1 deletions

View 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:

View 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>