diff options
author | Bharath Acharya <abharath@novell.com> | 2008-08-12 12:04:18 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-08-12 12:04:18 +0800 |
commit | f5c50178484c5b2fda3170ea66dc50244fcbeb56 (patch) | |
tree | 0fcda8ba5be9ebccf81d1235433e6d9552887f79 /plugins/copy-tool | |
parent | 72fc7814faf1821468bae1296893e28fbd9ea5ff (diff) | |
download | gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.gz gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.tar.zst gsoc2013-evolution-f5c50178484c5b2fda3170ea66dc50244fcbeb56.zip |
Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
generate dlls on Windows.
svn path=/trunk/; revision=35960
Diffstat (limited to 'plugins/copy-tool')
-rw-r--r-- | plugins/copy-tool/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/copy-tool/Makefile.am | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/copy-tool/ChangeLog b/plugins/copy-tool/ChangeLog index c53c8075f1..be77eb5834 100644 --- a/plugins/copy-tool/ChangeLog +++ b/plugins/copy-tool/ChangeLog @@ -1,3 +1,8 @@ +2008-08-12 Bharath Acharya <abharath@novell.com> + + * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate + dlls on Windows. + 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> diff --git a/plugins/copy-tool/Makefile.am b/plugins/copy-tool/Makefile.am index 263a0a2da0..d0011ab0fa 100644 --- a/plugins/copy-tool/Makefile.am +++ b/plugins/copy-tool/Makefile.am @@ -8,7 +8,9 @@ plugin_DATA = org-gnome-copy-tool.eplug plugin_LTLIBRARIES = liborg-gnome-copy-tool.la liborg_gnome_copy_tool_la_SOURCES = copy-tool.c -liborg_gnome_copy_tool_la_LDFLAGS = -module -avoid-version +liborg_gnome_copy_tool_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) +liborg_gnome_copy_tool_la_LIBADD = \ + $(EVOLUTION_MAIL_LIBS) EXTRA_DIST = org-gnome-copy-tool.eplug.xml |