diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 37a635e..6d6d1ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = esmtp dist_man_MANS = esmtp.1 -esmtp_SOURCES = main.c parser.y lexer.l +esmtp_SOURCES = esmtp.h main.c parser.y lexer.l EXTRA_DIST = README.mutt sample.esmtprc |