summaryrefslogtreecommitdiff
path: root/maidag
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-22 14:12:54 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-22 14:12:54 +0200
commitbfd9e34141b9660f563d917fdaccc975d0c69f17 (patch)
tree23aa159033e2d5823dbd60847cec4c352a38cade /maidag
parent59b0dfa5680b2da201cf8bdfbd123133073829f3 (diff)
downloadmailutils-bfd9e34141b9660f563d917fdaccc975d0c69f17.tar.gz
mailutils-bfd9e34141b9660f563d917fdaccc975d0c69f17.tar.bz2
Fix build without tcpwrappers
* configure.ac (MU_TCPWRAP_LIBRARIES): New subst variable. Always includes lib/libmutcpwrap.a. If libwrap is present on the system and required, it is included as well * imap4d/Makefile.am (TCPWRAP_LIBRARIES): Replace with MU_TCPWRAP_LIBRARIES. * maidag/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise.
Diffstat (limited to 'maidag')
-rw-r--r--maidag/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/maidag/Makefile.am b/maidag/Makefile.am
index 1a6846eb9..53c887eaf 100644
--- a/maidag/Makefile.am
+++ b/maidag/Makefile.am
@@ -51,7 +51,7 @@ maidag_LDADD = \
@MU_COMMON_LIBRARIES@\
$(LIBMU_DBM)\
@DBMLIBS@\
- @TCPWRAP_LIBRARIES@
+ @MU_TCPWRAP_LIBRARIES@
AM_CPPFLAGS = -I${top_srcdir} @MU_APP_COMMON_INCLUDES@ @GUILE_INCLUDES@ \
@PYTHON_INCLUDES@

Return to:

Send suggestions and report system problems to the System administrator.