History log of /external/bluetooth/glib/gmodule/Makefile.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8539d10d49833425c1b76521ab765ffd66957f7 08-Sep-2008 Tor Lillqvist <tml@novell.com> Bug 551408 - gmodule.def generated to builddir, but required in srcdir

2008-09-08 Tor Lillqvist <tml@novell.com>

Bug 551408 - gmodule.def generated to builddir, but required in srcdir

* Makefile.am: Use gmodule.def from builddir, not srcdir.


svn path=/trunk/; revision=7446
/external/bluetooth/glib/gmodule/Makefile.am
168c4d47087d2ae184e414be06b40441e49465aa 27-Jul-2008 Tor Lillqvist <tml@novell.com> New file.

2008-07-27 Tor Lillqvist <tml@novell.com>

* gmodule.symbols: New file.

* gmodule.c: Bypass the Windows ABI compatibility symbols on
64-bit Windows. Thus no need to keep the file name in system
codepage around on 64-bit Windows either.

* Makefile.am: Produce gmodule.def from gmodule.symbols. Dist
gmodule.symbols instead of gmodule.def.

* gmodule.def: Drop from SVN.


svn path=/trunk/; revision=7259
/external/bluetooth/glib/gmodule/Makefile.am
a076a3045770456e6932d41eba97adf9b19b43f4 27-Jul-2008 Tor Lillqvist <tml@novell.com> Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.

2008-07-27 Tor Lillqvist <tml@novell.com>

* configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
Windows. AC_SUBST it.

* */Makefile.am: Correspondingly, pass appropriate -machine
flag to lib.exe when producing the import library for the MS
toolchain.


svn path=/trunk/; revision=7255
/external/bluetooth/glib/gmodule/Makefile.am
4aff47a7114cf4f3241d1728064c2a6358162b58 28-May-2008 Michael Natterer <mitch@imendio.com> don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.

2008-05-28 Michael Natterer <mitch@imendio.com>

* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
the global CPPFLAGS now.


svn path=/trunk/; revision=6953
/external/bluetooth/glib/gmodule/Makefile.am
70af00fc0662a49b3de10b1784648387bbd6abd3 05-May-2008 Michael Natterer <mitch@imendio.com> Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from

2008-05-05 Michael Natterer <mitch@imendio.com>

* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent
code from being checked in that breaks the build of applications
which use G_DISABLE_SINGLE_INCLUDES.

* gmodule.c: #include "glib.h" instead of "glibconfig.h"


svn path=/trunk/; revision=6877
/external/bluetooth/glib/gmodule/Makefile.am
336cc8436b738d03f99beac2c2bd42c080ac668b 21-Apr-2008 Tor Lillqvist <tml@novell.com> configure.in More work on enabling static building on Windows. When

2008-04-21 Tor Lillqvist <tml@novell.com>

* configure.in
* */Makefile.am: More work on enabling static building on
Windows. When building statically: Also define
GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
variables in gparamspecs.h get declared without any
dllimport/dllexport decorations. Don't install .def files which
obviously have no meaning for static libraries. Don't create MS
import libraries. Don't do any resource object files.


svn path=/trunk/; revision=6866
/external/bluetooth/glib/gmodule/Makefile.am
e2ee29dd2c8ccda29e8a3f8b88fb7cc249b08a48 16-Mar-2008 Tor Lillqvist <tml@novell.com> Don't bother defining Autoconf variables for glib.def, gmodule.def,

2008-03-16 Tor Lillqvist <tml@novell.com>

* configure.in: Don't bother defining Autoconf variables for
glib.def, gmodule.def, gobject.def and gthread.def when this can
be handled easily in */Makefile.am which are the only files that
use them. Remove also TESTGMODULE_EXP which isn't used at all.

* */Makefile.am: Corrsponding changes.


svn path=/trunk/; revision=6722
/external/bluetooth/glib/gmodule/Makefile.am
0c01c6f1ad28cf6d489fa1a329f3d6f82926d5a1 25-Nov-2007 Matthias Clasen <mclasen@redhat.com> Replace INCLUDES by AM_CPPFLAGS, other cleanups.

2007-11-24 Matthias Clasen <mclasen@redhat.com>

* */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
cleanups.



svn path=/trunk/; revision=5932
/external/bluetooth/glib/gmodule/Makefile.am
1e55738f31385ddb3bf172ba3590a79cf42782f4 21-Nov-2007 21:06:47 Tim Janik <timj@imendio.com> initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional

2007-11-21 21:06:47 Tim Janik <timj@imendio.com>

* Makefile.decl: initialize automake variables EXTRA_DIST and
TEST_PROGS for unconditional appending via += in other makefiles.
define recursive test targets: test, test-report, perf-report,
full-report, as described here:
http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html

* Makefile.am:
* build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
* build/win32/Makefile.am, build/Makefile.am:
* docs/Makefile.am, docs/reference/Makefile.am:
* docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
* gmodule/Makefile.am, tests/Makefile.am:
* tests/refcount/Makefile.am, tests/gobject/Makefile.am:
* glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
* glib/tests/Makefile.am, glib/pcre/Makefile.am:
* glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
* gthread/Makefile.am, glib/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.

* glib/tests/Makefile.am: removed example testing rules.

* glib/tests/testing.c: conditionalized performance and slow tests.

* glib/gtestutils.h:
* glib/gtestutils.c: work around g_test_config_vars not changing its
exported value after value assignments, aparently due to symbol aliases.

* glib/gtester.c: fixed off-by-one error which produced junk in logs.

* configure.in: check for python >= 2.4 and provide $PYTHON for scripts.


svn path=/trunk/; revision=5914
/external/bluetooth/glib/gmodule/Makefile.am
d8b1a22215cea98bd176131e12cc2b6e318f4f85 19-Jan-2007 Tor Lillqvist <tml@novell.com> gmodule/Makefile.am (gmodule-2.0.lib) Use $(srcdir) for builds outside

2007-01-19 Tor Lillqvist <tml@novell.com>

* gmodule/Makefile.am (gmodule-2.0.lib)
* gthread/Makefile.am (gthread-2.0.lib): Use $(srcdir) for
builds outside srcdir.


svn path=/trunk/; revision=5300
/external/bluetooth/glib/gmodule/Makefile.am
d22f05125236c5386c67f72ccfb6dcef7f98907c 09-Jul-2005 Tor Lillqvist <tml@novell.com> Don't use autoconf variables for the resource object files on Win32 any

2005-07-09 Tor Lillqvist <tml@novell.com>

* configure.in: Don't use autoconf variables for the resource
object files on Win32 any longer. Instead handle that in the
Makefile.am files. Check for windres.

* glibconfig.h.win32.in: Minor tuning to match the
configure-produced glibconfig.h closely.

* */Makefile.am: Don't use the scripts in build/win32 to
compile the .rc file into a resource object file. (This means
we loose the build number increment magic, but I doubt it was
that useful anyway.) Instead use windres directly. To pass the
normal .o file produced by windres through libtool, which
wants .lo files, pass it directly to the linker using a -Wl
option.

* */*.rc.in: Thus replace BUILDNUMBER with 0.
/external/bluetooth/glib/gmodule/Makefile.am
2e13949ab603791890fd882c6a39f8cc22dcfd3d 26-Jun-2005 Tor Lillqvist <tml@novell.com> libtool installs/uninstalls the import library, no need to do it

2005-06-26 Tor Lillqvist <tml@novell.com>

* Makefile.am: libtool installs/uninstalls the import library, no
need to do it ourselves. Do still install/uninstall the .def file,
though.
/external/bluetooth/glib/gmodule/Makefile.am
80d0d5690f7d3e773f9c0095b7d3ac8d56b6cce1 24-Jun-2005 Tor Lillqvist <tml@novell.com> glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand the

2005-06-24 Tor Lillqvist <tml@novell.com>

* glib/Makefile.am
* gmodule/Makefile.am
* gobject/Makefile.am: Current GNU tools do understand the
PRIVATE keyword.

* glib/gfileutils.c (g_mkdir_with_parents): Return error with
EINVAL also for empty pathnames.
(g_build_pathname_va): Fix typo.
/external/bluetooth/glib/gmodule/Makefile.am
de67d93121817854c322094f7b327c5c8859f1ad 11-Jan-2005 Owen Taylor <otaylor@redhat.com> Add gmodule-export-2.0.pc to AC_CONFIG_FILES.

2005-01-11 Owen Taylor <otaylor@redhat.com>

* configure.in: Add gmodule-export-2.0.pc to AC_CONFIG_FILES.

* glib/Makefile.am gobject/Makefile.am gthread/Makefile.am:
Use grep | head -n 1 instead of grep -m 1 which doesn't work
with slightly older versions of GNU grep in
install-libtool-import-lib rule.
/external/bluetooth/glib/gmodule/Makefile.am
cff51f1f0bc40d5b7ac093a051f56820216ef947 06-Dec-2004 Tor Lillqvist <tml@iki.fi> Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.

2004-12-06 Tor Lillqvist <tml@iki.fi>

* Makefile.am
* gmodule.def
* gmodule.[hc]: Win32 DLL ABI stability cruft like in ../glib.
/external/bluetooth/glib/gmodule/Makefile.am
1cbaf8d9136c28a69779b6766e9adddcfc84b44f 31-May-2004 Matthias Clasen <maclas@gmx.de> Add gmodule-ar.c. (#85930, Tomas Ögren)

Mon May 31 00:07:12 2004 Matthias Clasen <maclas@gmx.de>

* Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ögren)
/external/bluetooth/glib/gmodule/Makefile.am
fd64571b800dc1b72d2ff35faba18053be369b40 06-Mar-2004 Tor Lillqvist <tml@iki.fi> Update.

2004-03-06 Tor Lillqvist <tml@iki.fi>

* README.win32: Update.

* configure.in
* Makefile.am
* */Makefile.am: Drop the hand-written makefile.mingw(.in)
files. They haven't been maintained in a long time. As several
people have managed to build GLib for Win32 using the
autoconfiscation mechanism, there is no real reason to even try to
maintain the hand-written mingw makefiles.
/external/bluetooth/glib/gmodule/Makefile.am
a44c1da1c4a96e0cf4fcfd8e1cc1fff6323cf8ca 13-Aug-2003 Tor Lillqvist <tml@iki.fi> glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir also

2003-08-13 Tor Lillqvist <tml@iki.fi>

* glib/Makefile.am
* gmodule/Makefile.am
* gobject/Makefile.am
* gthread/Makefile.am: Use srcdir also in references to the .def
files. (#118885, Jeff Bonggren)
/external/bluetooth/glib/gmodule/Makefile.am
c4391cbf37536440e7cf6c21f4731f19833f59f9 04-Mar-2003 James Henstridge <james@daa.com.au> require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some

2003-03-01 James Henstridge <james@daa.com.au>

* autogen.sh: require automake 1.7. Add calls to libtoolize and
gtkdocize. Clean up some of the error messages.

* configure.in: move version declaration to the top of the file
(before AC_INIT), using M4 macros.
GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use
of M4 macro expansion in help messages instead.
Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to
format help strings. Use quadrigraphs to get square brackets to
show correctly.
Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro.
Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output
glibconfig.h, so that "./config.status glibconfig.h" works.
Add an extra AC_CONFIG_FILES call listing other files we want
generated by config.status protected by an "if false" block. This
way automake generates the rules needed to rebuild the files for
us.
Add quotes in various places.

* docs/reference/*/Makefile.am: convert to use the common
gtk-doc.make file. This localises the complexity to a single
makefile fragment maintained with gtk-doc itself.

* */Makefile.am: remove unneeded rules to build win32 files with
config.status. Automake now does this for us.
Replace instances of @FOO@ with $(FOO) where appropriate -- this
allows automake to do a better job checking the makefile.
Add some files to DISTCLEANFILES where appropriate

* Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to
ensure that --enable-gtk-doc is passed to configure during a
distcheck. Remove the custom distcheck, since the standard one
will now do.

* gobject/Makefile.am: switch to BUILT_SOURCES, since that now
works.
/external/bluetooth/glib/gmodule/Makefile.am
933b7ba4b68aba225585b1853a14cc074a1758cd 04-Jan-2003 Tor Lillqvist <tml@iki.fi> [Win32] Install also the .def files, to help users generate import

2003-01-04 Tor Lillqvist <tml@iki.fi>

* {glib,gmodule,gobject,gthread}/Makefile.am:
[Win32] Install also the .def files, to help users generate
import libraries for other compilers. Uninstall, too.

* glib-zip.in: Include .def files from above.
/external/bluetooth/glib/gmodule/Makefile.am
d1f37d50530b75fdfd63b0789a1af0ec9a844295 16-Oct-2002 Manish Singh <yosh@gimp.org> add -DG_DISABLED_DEPRECATED

Tue Oct 15 15:07:45 2002 Manish Singh <yosh@gimp.org>

* gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am:
add -DG_DISABLED_DEPRECATED

* tests/gio-test.c tests/mainloop-test.c tests/string-test.c
tests/testglib.c test/tree-test.c tests/unicode-collate.c
tests/unicode-normalize.c: Deprecation cleanup
/external/bluetooth/glib/gmodule/Makefile.am
fc8fd6f8cb01ac93933d372e8056765de04092ae 05-Mar-2002 Owen Taylor <otaylor@redhat.com> Default to --disable-gtk-doc, to avoid Jade setup hassles.

Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com>

* configure.in: Default to --disable-gtk-doc, to avoid
Jade setup hassles.

* autogen.sh: Add --enable-gtk-doc.

* configure.in: Default to --disable-static to go
along with Pango, GTK+ where we need to do that for
bin-compat reasons.

* Makefile.am: Add a slightly modified distcheck rule
that passes --enable-gtk-doc to the configure inside.
(So that 'make dist' succeeds inside.)

* configure.in *.pc.in **/Makefile.am m4macros/glib-2.0.m4
tests/makefile.mingw.in: Switch everything over to
glib-2.0.
/external/bluetooth/glib/gmodule/Makefile.am
d4a5eab30b986ac01c11a6538e818301f029ea5e 24-Nov-2001 Tor Lillqvist <tml@iki.fi> */.cvsignore: Add various Win32 related file types.

2001-11-24 Tor Lillqvist <tml@iki.fi>

*/.cvsignore: Add various Win32 related file types.

gmodule:

2001-11-24 Tor Lillqvist <tml@iki.fi>

* Makefile.am: Remove rule for testgmodule.exp, too.

2001-11-22 Tor Lillqvist <tml@iki.fi>

* gmodule-win32.c: Current w32api headers do include tlhelp32.h,
so no need to have an extract from it here.
/external/bluetooth/glib/gmodule/Makefile.am
4ab50f038b2bb0d21b31f2ad10745cf5a64725b6 22-Nov-2001 Owen Taylor <otaylor@redhat.com> Version 11, interface, binary age 0.

Thu Nov 22 13:14:18 2001 Owen Taylor <otaylor@redhat.com>

* configure.in (GLIB_MICRO_VERSION): Version 11,
interface, binary age 0.

* NEWS: Updated.

* tests/Makefile.am (libmoduletestplugin_[ab]_la_LDFLAGS):
Add dummy -rpath argument. On some (but not all) platforms,
libtool will only build a convenience library without this.
(#63486, Dan Winship)

* Makefile.am (EXTRA_DIST): Add README.in, INSTALL.in -
autoconf-2.5x checks for 'make dist' in the tarball
when you make distcheck.

* glib/Makefile.am (EXTRA_DIST): Distribute
makefile.msc/mingw.in, glib.rc.in.

* tests/patterntest.c: Include string.h.

* glib/gpattern.c (g_utf8_reverse): doc parsing fix.
/external/bluetooth/glib/gmodule/Makefile.am
11153df02919fc082bf88d6cf12f89c91254a1ec 31-Oct-2001 Dan Winship <danw@src.gnome.org> Add gmodule-dyld.c

* Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
/external/bluetooth/glib/gmodule/Makefile.am
20af1ed3095e570c3aa8413f9c0d8f1ce4a554d6 23-Oct-2001 Tor Lillqvist <tml@iki.fi> If we have built the MSVC import library, install it. Install the gcc

2001-10-23 Tor Lillqvist <tml@iki.fi>

* {glib,gmodule,gobject,gthread}/Makefile.am: (Win32): If we
have built the MSVC import library, install it. Install the
gcc import library. Also support uninstall.
/external/bluetooth/glib/gmodule/Makefile.am
1c8de25a5ebc658c6b427e6c8d212c0f5ce49a2a 25-Sep-2001 Tor Lillqvist <tml@iki.fi> More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,

2001-09-25 Tor Lillqvist <tml@iki.fi>

* configure.in: More Win32 automake macros. For .def files:
GLIB_DEF, GMODULE_DEF, GOBJECT_DEF and GTHREAD_DEF. For .exp
files: TESTGMODULE_EXP (for programs that need to export symbols,
just testgmodule here). A new conditional, MS_LIB_AVAILABLE to
test whether the Microsoft librarian ("ar") is available to build
MS import libraries.

* glib/Makefile.am
* gmodule/Makefile.am: Use above. New rule to build MS import
library.

* glib/makefile.msc.in
* tests/makefile.msc.in
* tests/makefile.mingw.in: Use same DLL and import library names as
libtool.

gmodule:
2001-09-25 Tor Lillqvist <tml@iki.fi>

* makefile.mingw.in: Fix missing end @ in @LT_CURRENT@.

* makefile.msc.in: Use same DLL and import library names as
libtool.

gobject:
2001-09-25 Tor Lillqvist <tml@iki.fi>

* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.

* makefile.msc.in: Use same DLL and import library names as
libtool.

gthread:
2001-09-25 Tor Lillqvist <tml@iki.fi>

* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.

* makefile.msc.in: Use same DLL and import library names as
libtool.
/external/bluetooth/glib/gmodule/Makefile.am
812b4b00aff2fb5baab7e331f1b20d930140f0f7 18-Sep-2001 Tor Lillqvist <tml@iki.fi> glib/gmain.c Mark the _funcs tables for export.

2001-09-18 Tor Lillqvist <tml@iki.fi>

* glib/gmain.c
* glib/giowin32.c: Mark the _funcs tables for export.

* glib/glib.def: Add here, too.

* glib/gwin32.c (get_package_directory_from_module): No reason to
check for the module being in a bin or lib directory only when
module_name is non-NULL.

* glib/gwin32.c (g_win32_get_package_installation_directory):
Check first in HKEY_CURRENT_USER, then in HKEY_LOCAL_MACHINE.

* gmodule/Makefile.am: On Win32, pass a dummy -rpath flag to
libtool when building libgplugin_[ab].la, otherwise libtool
doesn't create a DLL, but a static archive.
/external/bluetooth/glib/gmodule/Makefile.am
020b44f5ac1b27e26bbd6da4a6b4c466d36cad78 17-Sep-2001 Tor Lillqvist <tml@iki.fi> Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on

2001-09-17 Tor Lillqvist <tml@iki.fi>

* configure.in: Add variable for LT_CURRENT minus LT_AGE (the
suffix used by libtool on Win32 for DLLs). Set variables for the
compiled resource files on Windows. Handle the native Win32
gthread stuff.

* glib/Makefile.am
* gmodule/Makefile.am
* gobject/Makefile.am: (Win32) Add minor hacks to link in the object
file produced from the resource file. Use the lt-compile-resource
script from the build module. The non-hack way would be to teach
libtool, autoconf and automake about .rc files (which are a kind
of source code, after all, that gets compiled to object
files). But then there would be problems for those who wouldn't have
bleeding edge auto* and libtool.

* glib/glib.def
* gobject/gobject.def: Updates.

* glib/glib.rc.in
* gmodule/gmodule.rc.in
* gobject/gobject.rc.in
* gthread/gthread.rc.in: Update InternalName and OriginalFilename to
match libtool's naming convention for DLLs.

* glib/gutils.c: Ditto when constructing the DLL name in the
definition for GLIB_LOCALE_DIR.

* glib/makefile.mingw.in
* gmodule/makefile.mingw.in
* gobject/makefile.mingw.in
* gthread/makefile.mingw.in: Update import library names.
/external/bluetooth/glib/gmodule/Makefile.am
2fd6b001fb431c274ad6808912ec5fbe831afbef 26-Jun-2001 Owen Taylor <otaylor@redhat.com> Move glib library into a subdirectory, make all GLib include files include

Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com>

* configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am:
Move glib library into a subdirectory, make all GLib include
files include as <glib/glist.h>

* tests/testglib.c tests/testgdate.c tests/testgdateparser.c
tests/timeloop.c tests/timeloop-basic.c: Move all tests into
the tests/ subdirectory.
/external/bluetooth/glib/gmodule/Makefile.am
33888fc0c841d6df20e2fb522e80e032073d9acd 16-May-2001 Owen Taylor <otaylor@redhat.com> Add inter-library dependencies.

Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>

* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:
Add inter-library dependencies.

* acinclude.m4: Remove libtool macros.

* autogen.sh: Require libtool-1.4, automake-1.4p1.
/external/bluetooth/glib/gmodule/Makefile.am
096ba91bdcc4bcc2c0aad5e46236708678bf0360 12-Mar-2001 Tor Lillqvist <tml@iki.fi> Link with the libgmodule la only on Win32.

2001-03-12 Tor Lillqvist <tml@iki.fi>

* tests/Makefile.am (libmoduletestplugin_b_la_LIBADD,
libmoduletestplugin_b_la_LIBADD): Link with the libgmodule la only
on Win32.

2001-03-12 Tor Lillqvist <tml@iki.fi>

* Makefile.am (libgplugin_a_la_LIBADD, libgplugin_b_la_LIBADD):
Link with the libgmodule la only on Win32.
/external/bluetooth/glib/gmodule/Makefile.am
8f69a82ccba8bb23ece458d9e6bc7f8948f5a533 10-Mar-2001 Tor Lillqvist <tml@iki.fi> Use the _LIBADD dependencies on libglib only on Win32.

2001-03-10 Tor Lillqvist <tml@iki.fi>

* */Makefile.am: Use the _LIBADD dependencies on libglib only on
Win32.

* gobject/gobject.def: Add a couple of missing entries.
/external/bluetooth/glib/gmodule/Makefile.am
8dd860987015d6be46bccab82ba00f03140f0396 09-Mar-2001 Tor Lillqvist <tml@iki.fi> Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly on

2001-02-21 Tor Lillqvist <tml@iki.fi>

* gmodule.h: Use G_BEGIN_DECLS and G_END_DECLS. Define
G_MODULE_EXPORT correctly on Cygwin, too.

* gmodule-win32.c (_g_module_open): Convert path to Windows format
on Cygwin.

* Makefile.am (libglib): Use libglib-1.3.la from
top_builddir. Invoke libtool with -no-undefined for Win32 and
Cygwin.
/external/bluetooth/glib/gmodule/Makefile.am
66107ac7e1002713d9197ceb7225b8aa6ca74144 07-Mar-2001 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.


2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* Makefile.am, makefile.mingw.in, makefile.msc.in: Set
G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.

* gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.

* docs/reference/glib/glib-sections.txt,
docs/reference/glib/tmpl/messages.sgml: Removed g_log_domain_gmodule.
/external/bluetooth/glib/gmodule/Makefile.am
a626a650e533eba3ee76f4c8375cf41bc964f6cf 16-Oct-2000 Raja R Harinath <harinath@src.gnome.org> gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).

gmodule:
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).

gobject:
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).
(*): Remove traces of @STRIP_{BEGIN,END}@.

gthread:
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).

docs/reference:
'make distcheck' fixes.
* glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
(html): Run 'gtkdoc-fixxref' in $(srcdir).
(dist-check-gtkdoc): Add missing quote.
(dist-hook): Copy in dependency order, so that none of the
makerules are fired in a tarball build.

* gobject/Makefile.am: Likewise.

toplevel:
Remove need for acconfig.h, and misc. cleanups.
* acglib.m4 (GLIB_SIZEOF): Add 'autoheader' comment to
AC_DEFINE_UNQUOTED.
(GLIB_BYTE_CONTENTS): Likewise.

* configure.in: Add 'autoheader' comments to all AC_DEFINE(...)
and AC_DEFINE_UNQUOTED(...) lines.
Replace AC_MSG_CHECKING/AC_CACHE_VAL with AC_CACHE_CHECK.
(AM_PROG_LIBTOOL): Move after AC_PROG_CC.

* acconfig.h: Empty out.

* Makefile.am (BUILT_EXTRA_DIST): New variable. List 'dist'able
files that are created in the builddir.
(dist-hook): Handle those files.
(libglib_1_3_la_SOURCES): Remove @ALLOCA@. @ALLOCA@ should only
be used in an _LDADD or _LIBADD, since it expands (if necessary)
to 'alloca.o'.

* tests/Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).
/external/bluetooth/glib/gmodule/Makefile.am
8e847255e8c396a5bacbbf2897ad78e36ee47900 06-Oct-2000 Tor Lillqvist <tml@iki.fi> Revamp to be like makefile.mingw.in, make the MSVC build actually work

2000-10-06 Tor Lillqvist <tml@iki.fi>

* makefile.msc.in: Revamp to be like makefile.mingw.in, make
the MSVC build actually work again.

* gmodule/makefile.msc.in
* gobject/makefile.msc.in
* gthread/makefile.msc.in: New files, like their mingw counterparts.

* gmodule/Makefile.am
* gobject/Makefile.am
* gthread/Makefile.am: Make and distribute them.

* */makefile.mingw.in: Allow override of GLib version number from
the build/win32/module.defs file.

* glib.def: Add new entry point.

Fixes from Hans Breuer:

* glib.h (struct DIR): Keep the last readdir result cached inside
the DIR struct, to enable several DIRs being open simultaneously.

* gwin32.c (g_win32_readdir): Use the above instead of static.

* giowin32.c (g_io_channel_win32_make_pollfd): Insert cast to keep
MSVC happy.
/external/bluetooth/glib/gmodule/Makefile.am
eb023508ad933fba5a5542ce2927d784a9c982a2 14-Jul-2000 Owen Taylor <otaylor@redhat.com> Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4

Fri Jul 14 12:22:49 2000 Owen Taylor <otaylor@redhat.com>

* configure.in Makefile.am glib-config.m4 glib.m4: Move
glib-config to glib-config-2.0 move glib.m4 to
glib-2.0.m4

* Makefile.am gobject/Makefile.am gmodule/Makefile.am
gthread/Makefile.am tests/Makefile.am: Change
library names to libglib-1.3.la, etc, so that we
can distinguish glib-1.2 and glib-2.0 on the linkline.

* Makefile.am gobject/Makefile.am gmodule/Makefile.am:
Move include files into /usr/include/glib-2.0.

Thu Jul 6 18:54:49 2000 Owen Taylor <otaylor@redhat.com>

* docs/Makefile.am (EXTRA_DIST): Remove info files
from the build.
/external/bluetooth/glib/gmodule/Makefile.am
77866eaf9bff4e40223e326e99c40d0077a935b5 13-May-2000 Tor Lillqvist <tml@iki.fi> makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to

2000-05-13 Tor Lillqvist <tml@iki.fi>

* makefile.mingw.in
* tests/makefile.mingw.in
* build-dll: Rename makefile.cygwin(.in) to
makefile.mingw(.in), which better describes what it is. Move the
build of gmodule, gthread and gobject DLLs to makefiles in those
directories. Move resource file handling and build number bump to
build-dll, where it sits much cleaner.

* README.win32
* Makefile.am (EXTRA_DIST): Update accordingly.

* glib.h: Add G_PI, G_PI_2, G_PI_4, G_E, G_LN2, G_LN10 and
G_SQRT2. M_PI etc aren't necessarily in <math.h> in strict ISO C
implementations.

* glib.def: Add g_strcanon.

* gtree.c (g_tree_node_rotate_left): Remove unused variables.

* gwin32.c (g_win32_opendir): Remove unneeded statement.

gmodule:

* makefile.mingw.in: New file, with gmodule stuff
moved from ../makefile.mingw.in.

* Makefile.am: Add to EXTRA_DIST, and add rule to make makefile.mingw.

gobject:
* makefile.mingw.in
* gobject.def
* gobject.rc.in: New files, for Win32 (mingw) build.

* Makefile.am: Add to EXTRA_DIST. Add rules to produce the
corresponding non-*.in files.

* gtype.h: (Win32:) Mark _g_type_fundamental_last for
export/import from DLL.

gthread:
* makefile.mingw.in: New file, with gthread stuff moved from
../makefile.mingw.in.

* Makefile.am: Add to EXTRA_DIST, add rule to build makefile.mingw.
/external/bluetooth/glib/gmodule/Makefile.am
7cd50026f12a4e007f7ac4136d7d491187240e7d 24-Mar-2000 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Added various win32 related *.in files to EXTRA_DIST to let 'make


2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
tests/Makefile.am: Added various win32 related *.in files to
EXTRA_DIST to let 'make distcheck' procude all the corresponding
files, which it silently fails to do currently.
/external/bluetooth/glib/gmodule/Makefile.am
726b3de4541805ade9b6de72565f0f67d11057ea 07-Feb-2000 Tor Lillqvist <tml@iki.fi> Move to corresponding subdirectories.

2000-02-07 Tor Lillqvist <tml@iki.fi>

* gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.

* Makefile.am
* gmodule/Makefile.am
* gthread/Makefile.am: Change accordingly.

* makefile.cygwin: Corresponding changes, some cleanup.
/external/bluetooth/glib/gmodule/Makefile.am
ebeb32f2526f9ba0106afe99c37fdde1c0d579b1 26-Aug-1999 Tim Janik <timj@gtk.org> added --export-dynamic so we can load dynmic modules, (required, according

Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>

* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
/external/bluetooth/glib/gmodule/Makefile.am
87c7aeb93bd654776f59805a342ad913031034f3 24-Jul-1999 Tim Janik <timj@gtk.org> 18:36. incorporated proposed cleanups from gtk-devel-list.

Sat Jul 24 20:11:35 1999 Tim Janik <timj@gtk.org>

* merged GLib 1.3.0 with glib-1.2.3 from Fri Jul 16 22:18:36.
* incorporated proposed cleanups from gtk-devel-list.

* bumped version number to GLib-1.3.1

* glib.h:
* gqueue.c:
* gstring.c:
* glist.c:
removed string tokenisation (we got g_strsplit() and g_strjoin()
already) and readline functions.
s/g_list_delete/g_list_delete_link.
implemented g_slist_delete_link.
removed notion of g_ATEXIT() macro in glib.h, this is an *internal*
macro, g_atexit() is provided for public consumption.
added GTrashStack inline utility functions.
reimplement double eneded queues.
removed GStack implementation, people can use a queue or a (singly)
linked list for this task.
deprecated g_strescape(), we need the SunOS variants here.

* gdate.c: added DEBUG_MSG() macro to wrap old messages.

* *.*: CVS merges.

* upgrade to libtool 1.3.3.
/external/bluetooth/glib/gmodule/Makefile.am
2fd4a22a9dc4340091b59d9e856307cb43dadb81 12-May-1999 CDT 1999 Shawn T. Amundson <amundson@gtk.org> Another small fix.

Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

* gmodule/Makefile.am: Another small fix.
/external/bluetooth/glib/gmodule/Makefile.am
0e7f2f16f7c8b2ebfc0c8e8ed0761d665542a420 08-May-1999 CDT 1999 Shawn T. Amundson <amundson@gtk.org> Better testing reveals better methods. Fixes for BeOS.

Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

* configure.in
gmodule/Makefile.am
gthread/Makefile.am: Better testing reveals better
methods. Fixes for BeOS.
/external/bluetooth/glib/gmodule/Makefile.am
499c9786d1316bc72c539d55786bb3a65d95a83a 08-May-1999 CDT 1999 Shawn T. Amundson <amundson@gtk.org> Port to BeOS by myself and Richard Offer.

Sat May 8 01:52:29 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

* configure.in
gerror.c
gmain.c
gstrfuncs.c
gutils.c
ltconfig
ltmain.sh
gmodule/Makefile.am
gmodule/gmodule.c
gmodule/gmoduleconf.h.in
gmodule/gmodule-beos.c
gthread/Makefile.am: Port to BeOS by myself and Richard Offer.
/external/bluetooth/glib/gmodule/Makefile.am
380709d62ff15e89c471949d20f4f1d067035711 01-May-1999 Manish Singh <yosh@src.gnome.org> libtool 1.3 upgrade

use -avoid-version and -module for test plugins

-Yosh
/external/bluetooth/glib/gmodule/Makefile.am
68b24cb4a8f880f13b5cfae2efd0a38a50248931 19-Apr-1999 Asbjørn Pettersen <asbjoer@src.gnome.org> add gmodule-os2.c
/external/bluetooth/glib/gmodule/Makefile.am
9d71cc7f5083637011b546c4611e346615d6da00 28-Jan-1999 Manish Singh <yosh@src.gnome.org> Xsed isn't valid here, don't use it

* acinclude.m4: Xsed isn't valid here, don't use it

* ltmain.sh
* ltconfig: better file magic regexp for Linux libs

* gmodule/Makefile.am: arg, noinst_LTLIBRARIES doesn't make shared
libs, revert my previous change to this file

* docs/texinfo.tex: add it so automake doesn't whine

-Yosh
/external/bluetooth/glib/gmodule/Makefile.am
c01596714fb7651ddc87576ec7aac19a021ae898 21-Jan-1999 Manish Singh <yosh@src.gnome.org> new file

* HACKING: new file

* Makefile.am: since we require automake 1.4 now, ditch the build
top-level first and just use SUBDIRS

* gmodule/Makefile.am: use noinst_LTLIBRARIES instead of overriding
the install rule

-Yosh
/external/bluetooth/glib/gmodule/Makefile.am
e54410edc27ad78049bd854738c11e54b3bc0c5b 29-Nov-1998 Jeff Garzik <jgarzik@src.gnome.org> Put -DFOO stuff into Makefile.am INCLUDES.
/external/bluetooth/glib/gmodule/Makefile.am
318392b51c2677120decfd102dc2856d9c9e0f24 13-Nov-1998 Nuno Ferreira <nuno@src.gnome.org> Put -I$(top_srcdir) back into INCLUDES.

* Put -I$(top_srcdir) back into INCLUDES.
/external/bluetooth/glib/gmodule/Makefile.am
242cb51bfeb87c878e3895d5de2cbde290e25559 12-Nov-1998 Jeff Garzik <jgarzik@src.gnome.org> INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs


INCLUDES is the right way to add to CFLAGS, not DEFS.
Also there are bugs with '+=' in makefiles.

Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
Removed redundant -I from INCLUDES.

This fixes an annoying bug where autoconf's DEFS, which includes
the important -DHAVE_CONFIG_H, was lost. (due to += weirdness)
/external/bluetooth/glib/gmodule/Makefile.am
a6149403deed931b8c78b26aeb0e9c952cf3ef93 27-Oct-1998 Tor Lillqvist <tml@iki.fi> removed dummy structure definitions for struct _GCache, _GTree, _GTimer,

Tue Oct 27 03:00:50 1998 Tim Janik <timj@gtk.org>

* glib.h: removed dummy structure definitions for struct _GCache,
_GTree, _GTimer, _GMemChunk, _GListAllocator and _GStringChunk.

* gutils.c: implement glib's inline functions _after_ all include
statements have been processed.
removed Tor's MAXPATHLEN check since there already was one supplied
further down in this file.
(LibMain): special cased the #ifdef __LCC__ case for NATIVE_WIN32,
since lcc maybe used on other platforms as well. why in hell is this
stuff required?
(g_get_any_init): for windows, if the user name is supplied, use it as
realname also.
in general, if there is no homedir specified, use the tmpdir that
we already figured.

* gtimer.c (g_timer_elapsed): changed a g_assert() statement to
g_return_if_fail().

* applied glib-tml-981020-0.patch for WIN32 portability, added some
comments and g_return_if_fail() statements, minor indentation fixes.
ChangeLog entry from Tor Lillqvist is appended.

* glib.h (struct dirent): use lower case structure members.

* glib.h:
* makefile.lcc:
* makefile.msc:
s/COMPILING_GLIB/GLIB_COMPILATION/

1998-10-20: Tor Lillqvist <tml@iki.fi>

* README.win32 glib.def gmodule.def
* glibconfig.h.win32 gmodule/gmoduleconf.h.win32:
New files for the Windows port. The .def files list exported
symbols for the Microsoft linker and compatibles.

* configure.in:
Added checks for some platform-dependent headers: pwd.h sys/param.h
sys/select.h sys/time.h sys/times.h unistd.h, and the function lstat.

* gerror.c:
Conditionalized inclusion of system-dependent headers. Changes
for Windows: no gdb to do a stack trace. Just call abort().

* glib.h:
Changes for Windows:

Added macros G_DIR_SEPARATOR, G_DIR_SEPARATOR_S for
platform-dependent file name syntax elements. Added macros
G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S for
platform-dependent search path syntax conventions.

Added pragmas for Microsoft C to make it more pedantic.

Marked GLib's global variables for export from DLL.

Added the function g_strescape that escapes backslashes.

Added functions g_path_is_absolute and g_path_skip_root to
handle platform-dependent file name syntax.

Added the function g_getenv that expands environment variables
that contain references to other environment variables, as is
typical on Windows NT.

Added the GIOChannel structure which is used to encapsulate the
IPC mechanism used by the GIMP's plug-ins, and possibly other
things later. On Unix a GIOChannel encapsulates just a file
descriptor. On Windows it contains a file handle from _pipe() and a
few other things related to the implementation of gdk_input_add
and GIMP plug-in communication. Subject to change.

Removed duplicate declarations of the version variables.

For the Microsoft compiler, declare own implementation of
ftruncate and the <dirent.h> functions.

* gmem.c:
Define a symbolic name for the profiling table size.

* gmessages.c:
Conditionalized inclusion of unistd.h. On Windows, output using
stdio to stdout.

* gscanner.c:
Conditionalized inclusion of unistd.h. Added changes for
Microsoft C. Added CR to the skipped character set. Added small
workaround for MSC compiler bug in g_scanner_cur_value.

* gstrfuncs.c:
Added the function g_strescape, which escapes the backslash
character. Needed especially when printing Windows filenames.

* gtimer.c:
Conditionalized inclusion of unistd.h and sys/time.h. Added
implementations for Windows.

* gutils.c:
Conditionalized inclusion of platform-dependent headers. Use
the platform-independent file name syntax macros.
Conditionalize code on platform-dependent features. Added the
functions g_path_is_absolute g_path_skip_root and g_getenv.
Added the GIOChannel-related functions. Added
compiler-dependent Unix compatibility functions for Windows.

* makefile.lcc makefile.msc:
New files. Compiler-specific makefiles for LCC-Win32 and
Microsoft C. Only Microsoft C is actually supported currently.

* testglib.c:
Added pathname check cases for Windows. Added workaround for
bug in the Microsoft runtime library. Improved some tests a bit.

Tue Oct 27 04:00:11 1998 Tim Janik <timj@gtk.org>

* testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
this needs to be more constistent throughout the code, do we go for
NATIVE_WIN32 or WIN32?

* gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
NATIVE_WIN32, since lcc maybe used on other platforms as well.
* libgplugin_a.c (LibMain):
* libgplugin_b.c (LibMain):
likewise. not sure i like this special requirement for lcc in here.

* gmodule-dl.c (_g_module_build_path):
feature empty "" directories and prepend the module name with "lib".

* gmodule-dld.c (_g_module_build_path):
* gmodule-win32.c (_g_module_build_path):
feature empty "" directories.

* we need some more magic in the _g_module_build_path variants
so we don't append/prepend lib and .so, .sl or .dll for those names
that already contain it.

* applied patch from Tor Lillqvist for g_module_build_path() and
windows support.

1998-10-20: Tor Lillqvist <tml@iki.fi>

* gmodule/gmodule-win32.c:
New file.

* gmodule/gmodule.c gmodule/gmodule.h:
Added the funcion g_module_build_path that builds the path to
a module file, decorating the name according to the system's
conventions. Added the Windows implementation.

* gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
Added LibMain for LCC-Win32.

* gmodule/testgmodule.c:
Handle Windows dll names.
/external/bluetooth/glib/gmodule/Makefile.am
7cc610b06446593ff43f9d4b55d92f8410fe6be6 15-Sep-1998 Owen Taylor <otaylor@redhat.com> Update to libtool-1.2b, change library versioning scheme to drop

Tue Sep 15 14:57:30 1998 Owen Taylor <otaylor@redhat.com>

* Makefile.am glib-config.in l*: Update to libtool-1.2b,
change library versioning scheme to drop LT_RELEASE
from the -l line, while keeping it in the soname.
/external/bluetooth/glib/gmodule/Makefile.am
b03e280bd1dcd55a05546ebb678bbfbfa9fbda03 17-Aug-1998 CDT 1998 Shawn T. Amundson <amundson@gtk.org> Released GLib 1.1.3

Sun Aug 16 23:23:46 CDT 1998 Shawn T. Amundson <amundson@gtk.org>

* Released GLib 1.1.3

* gmodule/Makefile.am: added gmodule-dl.c and gmodule-dld.c to
EXTRA_DIST
* glib.spec: version = 1.1.3
/external/bluetooth/glib/gmodule/Makefile.am
d5803865b40fbdf2ebec2dafbf9974bd590ebf40 16-Aug-1998 Tim Janik <timj@gtk.org> version bump to 1.1.3, binary age 0, interface age 0.

Sun Aug 16 20:28:27 1998 Tim Janik <timj@gtk.org>

* version bump to 1.1.3, binary age 0, interface age 0.

* glib.h: be nice to platforms that don't have gint64 and don't
issue #warning on every compilation. since glib doesn't require
gint64 itself, packages that need gint64 should test for this
themselves.

* glib.h:
* gutils.c: added a new function g_vsnprintf().

Fri Aug 14 16:41:53 1998 Tim Janik <timj@gtk.org>

* glib.h: added static inline functions for bit mask tests:
g_bit_nth_lsf, g_bit_nth_msf and g_bit_storage.

Fri Aug 13 14:23:37 1998 Tim Janik <timj@gtk.org>

* glib.h:
* gmessages.c:
revised the message handling system, which is now based on a new
mechanism g_log*. most of the assertment macros got adapted to
feature the new g_log() call with an additional specification of
the log level in a preprocessor macro G_LOG_DOMAIN. if G_LOG_DOMAIN
is undefined upon the includion of glib.h, it'll be defined with a
value of (NULL) and thus preserves the original bahaviour for
warning and error messages. the message handler setting functions
for g_warning, g_error and g_message are only provided for backwards
compatibility and might get removed somewhen.

* Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
to "GLib" upon compilation. we currently have to add this definition
to the DEFS variable.
* testglib.c: we need an ugly #undef G_LOG_DOMAIN at the start
of this file currently, since automake doesn't support per target
_CFLAGS yet.

* glib.h: changed some gints to gbooleans, made a few const corrections,
removed some superfluous G_STMT_START{}G_STMT_END wrappers, added some
in other required places.

* gnode.c:
(g_node_prepend):
(g_node_insert_before):
(g_node_insert):
(g_node_append_data):
(g_node_prepend_data):
(g_node_insert_data_before):
(g_node_insert_data):
(g_node_append):
return (node), so these macros/functions can be usefully chained with
g_node_new().

[GModule]
Fri Aug 14 02:24:39 1998 Tim Janik <timj@gtk.org>

* Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
to "GModule" upon compilation. we currently have to add this definition
to the DEFS variable.
* testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start
of this file currently, since automake doesn't support per target
_CFLAGS yet.
/external/bluetooth/glib/gmodule/Makefile.am
52f1266e0a713c0325cd78658fcd96a842bf5913 10-Aug-1998 Tim Janik <timj@gtk.org> minor hack to cause SUBDIRS (gmodule) to be build last. we do this by

Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>

* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
last. we do this by making all-recursive-am depend on all-am.

Mon Aug 10 02:18:31 1998 Tim Janik <timj@gtk.org>

* Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
-lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
since this clashes with inter-library-dependencies for not installed
libraries. glib-config takes care of this for the usuall case, but
there needs to be a better way...
/external/bluetooth/glib/gmodule/Makefile.am
db5918bf8e6707b66c175e73635937e65d91357e 09-Aug-1998 Tim Janik <timj@src.gnome.org> initial import of gmodule.
/external/bluetooth/glib/gmodule/Makefile.am