talons

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

commit dc5aefbf950a8649501aa20480158bba5e703b0e
parent 4a18c3b9c05b639644f9f143264e7b8cb61d88f3
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 \