diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..fea1c39 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS = esmtp + +man_MANS = esmtp.1 + +esmtp_SOURCES = main.c parser.y lexer.l + +EXTRA_DIST = README.mutt sample.esmtprc + +AM_YFLAGS = -d |