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/backup-restore/Makefile.am | |
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/backup-restore/Makefile.am')
-rw-r--r-- | plugins/backup-restore/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index d83b7fb2f9..eaa5963a4f 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -18,7 +18,9 @@ plugin_DATA = org-gnome-backup-restore.eplug org-gnome-backup-restore.xml plugin_LTLIBRARIES = liborg-gnome-backup-restore.la liborg_gnome_backup_restore_la_SOURCES = backup-restore.c -liborg_gnome_backup_restore_la_LDFLAGS = -module -avoid-version +liborg_gnome_backup_restore_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) +liborg_gnome_backup_restore_la_LIBADD = \ + $(EVOLUTION_MAIL_LIBS) privlibexec_PROGRAMS = evolution-backup evolution_backup_SOURCES = backup.c |