diff options
author | bertrand <bertrand@helixcode.com> | 2000-01-13 12:07:33 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-13 12:07:33 +0800 |
commit | 095c53bace7844fbdb0f2053f7facdc609a1bb57 (patch) | |
tree | 8e1243989905af8739de8dd37c6f02355b73d0c1 /composer | |
parent | 5571fc3e69a84a1b53da1ce768282b26d78b39f8 (diff) | |
download | gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.gz gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.bz2 gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.lz gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.xz gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.zst gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.zip |
remove non updated tests from the build process.
2000-01-12 bertrand <bertrand@helixcode.com>
* tests/Makefile.am (noinst_PROGRAMS):
remove non updated tests from the build
process.
* camel/Makefile.am :
remove the rfc2047 related files from
the build process as for the moment, nothing
has been decided concerning unicode.
* Makefile.am (evolution_msg_composer_LDADD):
use $(EXTRA_GNOME_LIBS_THREADS) to link with gthread
svn path=/trunk/; revision=1564
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/Makefile.am | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 744d633eae..028b4060f3 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2000-01-12 bertrand <bertrand@helixcode.com> + + * Makefile.am (evolution_msg_composer_LDADD): + use $(EXTRA_GNOME_LIBS_THREADS) to link with gthread + 1999-11-17 Ettore Perazzoli <ettore@gnu.org> * Makefile.am: New Makefile to compile the message composer diff --git a/composer/Makefile.am b/composer/Makefile.am index 4b2c3720dc..469fb14ecf 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -39,9 +39,11 @@ evolution_msg_composer_LDADD = \ $(GNOMEUI_LIBS) \ $(INTLLIBS) \ $(PTHREAD_LIB) \ - $(EXTRA_GNOME_LIBS) + $(EXTRA_GNOME_LIBS_THREADS) EXTRA_DIST = \ $(glade_DATA) \ ChangeLog + + |