From f5c50178484c5b2fda3170ea66dc50244fcbeb56 Mon Sep 17 00:00:00 2001 From: Bharath Acharya Date: Tue, 12 Aug 2008 04:04:18 +0000 Subject: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. 2008-08-12 Bharath Acharya * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960 --- plugins/backup-restore/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/backup-restore/Makefile.am') 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 -- cgit v1.2.3