mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
fixed library and flag ordering for --libs
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for --libs
This commit is contained in:
parent
05d49ddbd3
commit
2315f93ecb
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Dec 16 02:02:48 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib-config.in (lib_glib): fixed library and flag ordering for
|
||||
--libs
|
||||
|
||||
Tue Dec 15 17:17:46 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h giounix.c giochannel.c: Use an "inheritance"
|
||||
|
@ -94,15 +94,18 @@ if test "$echo_cflags" = "yes"; then
|
||||
echo -I@libdir@/glib/include $includes $cflags
|
||||
fi
|
||||
if test "$echo_libs" = "yes"; then
|
||||
libs=""
|
||||
libsp=""
|
||||
libsa=""
|
||||
if test "$lib_glib" = "yes"; then
|
||||
libs="$libs -lglib"
|
||||
fi
|
||||
if test "$lib_gmodule" = "yes"; then
|
||||
libs="@G_MODULE_LDFLAGS@ -lgmodule $libs @G_MODULE_LIBS@"
|
||||
libsp="$libsp -lglib"
|
||||
fi
|
||||
if test "$lib_gthread" = "yes"; then
|
||||
libs="-lgthread $libs @G_THREAD_LIBS@"
|
||||
libsp="-lgthread $libsp"
|
||||
libsa="$libsa @G_THREAD_LIBS@"
|
||||
fi
|
||||
echo -L@libdir@ $libs
|
||||
if test "$lib_gmodule" = "yes"; then
|
||||
libsp="@G_MODULE_LDFLAGS@ -lgmodule $libsp"
|
||||
libsa="$libsa @G_MODULE_LIBS@"
|
||||
fi
|
||||
echo -L@libdir@ $libsp $libsa
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user