diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 19:03:17 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 19:03:17 +0800 |
commit | 2e699f7ab6f66ff451d4911a1f1413286eb477f2 (patch) | |
tree | 367d42c658aea40b3b273a132184a0e1ef08e4e0 /ChangeLog | |
parent | f8da69fcf76eadf90f452286e07e4921647a9a96 (diff) | |
download | gsoc2013-evolution-2e699f7ab6f66ff451d4911a1f1413286eb477f2.tar.gz gsoc2013-evolution-2e699f7ab6f66ff451d4911a1f1413286eb477f2.tar.zst gsoc2013-evolution-2e699f7ab6f66ff451d4911a1f1413286eb477f2.zip |
Use $FULL_GNOME_DEPS here explicitly, as it de facto is a superset of it.
2005-06-18 Tor Lillqvist <tml@novell.com>
* configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS
here explicitly, as it de facto is a superset of it. In the
makefiles thus no need to use both EXTRA_GNOME_CFLAGS and
GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for
_LIBS.)
svn path=/trunk/; revision=29531
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-06-18 Tor Lillqvist <tml@novell.com> + * configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS + here explicitly, as it de facto is a superset of it. In the + makefiles thus no need to use both EXTRA_GNOME_CFLAGS and + GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for + _LIBS.) + * win32/Makefile.am (EXTRA_DIST): Fix typo. Add libetable and libetext. |