aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-06-16 17:22:20 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-06-16 17:26:01 +0300
commitec3c578709f1a25af5fc1b3e9ee50583e1fc4b05 (patch)
tree2fba0a0c2a9f541dc59a51c2522901aa87f7d8bc /Makefile.am
parent30437b7361c5763309639b1bf0aa015e2ad057ed (diff)
downloadmockmta-ec3c578709f1a25af5fc1b3e9ee50583e1fc4b05.tar.gz
mockmta-ec3c578709f1a25af5fc1b3e9ee50583e1fc4b05.tar.bz2
Version 1.0v1.0
* mockmta.c: Implement logging. Write pidfile, if requested. New options: -P, -?, -v. Various bugfixes. * .gitignore: Update * COPYING: New file. * Makefile.am: Distribute COPYING; install mockmail.1 * README: New file. * configure.ac: Organizational changes. * mockmta.1: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b8c649a..3a0988f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,6 @@ bin_PROGRAMS = mockmta
LDADD = $(LIBGNUTLS_LIBS) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
AM_CPPFLAGS = $(PTHREAD_CFLAGS)
AM_CFLAGS = $(LIBGNUTLS_CFLAGS)
+dist_man_MANS=mockmta.1
+EXTRA_DIST = COPYING
+

Return to:

Send suggestions and report system problems to the System administrator.