diff options
Diffstat (limited to 'chapter06/pkg-config.xml')
-rw-r--r-- | chapter06/pkg-config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index 12498d289..0cb9469ab 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -56,7 +56,8 @@ <para>Prepare Pkg-config for compilation:</para> <screen><userinput remap="configure">GLIB_LIBS="-L/usr/lib -lglib-2.0" \ - GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" ./configure --prefix=/usr</userinput></screen> + GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" \ + ./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> |