diff options
Diffstat (limited to 'plugins/backup-restore/Makefile.am')
-rw-r--r-- | plugins/backup-restore/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index 251da8b1dd..d83b7fb2f9 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -22,7 +22,11 @@ liborg_gnome_backup_restore_la_LDFLAGS = -module -avoid-version privlibexec_PROGRAMS = evolution-backup evolution_backup_SOURCES = backup.c -evolution_backup_LDADD = $(SHELL_LIBS) +evolution_backup_LDADD = $(SHELL_LIBS) \ + $(EVOLUTION_CALENDAR_LIBS) \ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(top_builddir)/e-util/libeutil.la + EXTRA_DIST = \ org-gnome-backup-restore.eplug.xml \ |