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/attachment-reminder | |
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/attachment-reminder')
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog index 1bddccefe0..afba4a04c5 100644 --- a/plugins/attachment-reminder/ChangeLog +++ b/plugins/attachment-reminder/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. + 2008-06-04 Johnny Jacob <jjohnny@novell.com> ** Fixes Bug #208943. diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index 79e4271370..d1d0ca90ee 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -19,7 +19,12 @@ plugin_DATA = \ plugin_LTLIBRARIES = liborg-gnome-evolution-attachment-reminder.la liborg_gnome_evolution_attachment_reminder_la_SOURCES = attachment-reminder.c -liborg_gnome_evolution_attachment_reminder_la_LDFLAGS = -module -avoid-version +liborg_gnome_evolution_attachment_reminder_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) +liborg_gnome_evolution_attachment_reminder_la_LIBADD = \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/mail/libevolution-mail.la \ + $(EVOLUTION_MAIL_LIBS) schemadir = $(GCONF_SCHEMA_FILE_DIR) schema_in_files = apps-evolution-attachment-reminder.schemas.in |