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:28:41 +00:00 committed by Matthias Clasen
parent 208982a435
commit b080e775cd
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-10 Matthias Clasen <mclasen@redhat.com> 2005-05-10 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/markup.sgml: Fix sloppy language, pointed out by * glib/tmpl/markup.sgml: Fix sloppy language, pointed out by

View File

@ -27,7 +27,7 @@ The following interactive shell session demonstrates how
$ pkg-config --cflags glib-2.0 $ pkg-config --cflags glib-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
$ pkg-config --libs glib-2.0 $ pkg-config --libs glib-2.0
-L/usr/lib -lm -lglib-1.3 -L/usr/lib -lm -lglib-2.0
</programlisting> </programlisting>
</para> </para>
<para> <para>