diff options
author | Tor Lillqvist <tml@novell.com> | 2009-01-29 01:35:12 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2009-01-29 01:35:12 +0800 |
commit | 6ae40bce3032f0ca141640cfa14b7d6e4d015948 (patch) | |
tree | 391da4845e0c1b2407e6a05ec3bdab3b748e282d /plugins/tnef-attachments/ChangeLog | |
parent | 24ab144be229febc05b51817b343e3841f41bf7f (diff) | |
download | gsoc2013-evolution-6ae40bce3032f0ca141640cfa14b7d6e4d015948.tar.gz gsoc2013-evolution-6ae40bce3032f0ca141640cfa14b7d6e4d015948.tar.zst gsoc2013-evolution-6ae40bce3032f0ca141640cfa14b7d6e4d015948.zip |
Use -no-undefined and link with more libraries on Windows.
2009-01-28 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use -no-undefined and link with more libraries on
Windows.
* tnef-plugin.c: Remove unused <sys/wait.h>.
svn path=/trunk/; revision=37153
Diffstat (limited to 'plugins/tnef-attachments/ChangeLog')
-rw-r--r-- | plugins/tnef-attachments/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/tnef-attachments/ChangeLog b/plugins/tnef-attachments/ChangeLog index 6c2f54a396..b90faf0bf8 100644 --- a/plugins/tnef-attachments/ChangeLog +++ b/plugins/tnef-attachments/ChangeLog @@ -1,3 +1,10 @@ +2009-01-28 Tor Lillqvist <tml@novell.com> + + * Makefile.am: Use -no-undefined and link with more libraries on + Windows. + + * tnef-plugin.c: Remove unused <sys/wait.h>. + 2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 |