talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 4188d85fff8054e36f62f25f66f23a898436a86f
parent be57deacf11ed8c2b90f9c2c14a6e5440fa6cfcd
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 13 Jul 2018 23:27:11 +0200

Added missing archiver_prefs.h to archive_la_SOURCES.

Diffstat:
Msrc/plugins/archive/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/plugins/archive/Makefile.am b/src/plugins/archive/Makefile.am @@ -15,7 +15,8 @@ archive_la_SOURCES = \ archiver.c \ archiver.h \ archiver_gtk.c \ - archiver_prefs.c + archiver_prefs.c \ + archiver_prefs.h archive_la_LDFLAGS = \ -avoid-version -module \