diff options
author | Tor Lillqvist <tml@novell.com> | 2008-03-16 10:16:57 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-03-16 10:16:57 +0000 |
commit | e2ee29dd2c8ccda29e8a3f8b88fb7cc249b08a48 (patch) | |
tree | 37d159c4ae7773603ae5d231d101bb3b2403e1d9 /gthread/ChangeLog | |
parent | ff69c53da9c242d080427968afd0864739c3bfa9 (diff) |
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
Diffstat (limited to 'gthread/ChangeLog')
-rw-r--r-- | gthread/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 39da76795..75e10e571 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,8 @@ +2008-03-16 Tor Lillqvist <tml@novell.com> + + * Makefile.am: Define gthread_def locally here instead of using an + Autoconf variable. + 2008-03-10 Matthias Clasen <mclasen@redhat.com> * === Released 2.16.1 === |