aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-06-13 23:41:36 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-06-13 23:43:13 +0300
commit73dde99f2e9a2d402178aa6234e15d8c6d7cbb33 (patch)
tree53dc92cd2bd21d3f449b879c91d5d0ab8fe5c111 /Makefile.am
parentda4f9073102fdbddc78acca0329de6740eb32064 (diff)
downloadmockmta-73dde99f2e9a2d402178aa6234e15d8c6d7cbb33.tar.gz
mockmta-73dde99f2e9a2d402178aa6234e15d8c6d7cbb33.tar.bz2
Use autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..b8c649a
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,5 @@
+ACLOCAL_AMFLAGS = -I.
+bin_PROGRAMS = mockmta
+LDADD = $(LIBGNUTLS_LIBS) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
+AM_CPPFLAGS = $(PTHREAD_CFLAGS)
+AM_CFLAGS = $(LIBGNUTLS_CFLAGS)

Return to:

Send suggestions and report system problems to the System administrator.