From: Timo Sirainen Date: Sat, 9 May 2009 20:03:44 +0000 (-0400) Subject: lmtp: Added main.h to Makefile.am. X-Git-Tag: 2.0.alpha1~796 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e7abb2df9c6fd35e5b989c56301db6b9c95cccb;p=thirdparty%2Fdovecot%2Fcore.git lmtp: Added main.h to Makefile.am. --HG-- branch : HEAD --- diff --git a/src/lmtp/Makefile.am b/src/lmtp/Makefile.am index 1a52f71aef..19cafa1d97 100644 --- a/src/lmtp/Makefile.am +++ b/src/lmtp/Makefile.am @@ -32,5 +32,6 @@ lmtp_SOURCES = \ commands.c noinst_HEADERS = \ + main.h \ client.h \ commands.h