masqmail

diff src/Makefile.in @ 378:5781ba87df95

Removed ident. This had been discussed on the mailing list in Oct 2011. Ident is hardly useful in typical setups for masqmail. Probably Oliver had used it in his setup; that would make sense. Now, I know of nobody who needs it.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 21:36:58 +0100
parents 116b0269c934
children 13c9e0969054
line diff
     1.1 --- a/src/Makefile.in	Sat Jan 14 18:44:48 2012 +0100
     1.2 +++ b/src/Makefile.in	Sat Jan 14 21:36:58 2012 +0100
     1.3 @@ -154,7 +154,6 @@
     1.4  GLIB_CFLAGS = @GLIB_CFLAGS@
     1.5  GLIB_LIBS = @GLIB_LIBS@
     1.6  GREP = @GREP@
     1.7 -IDENT_LIBS = @IDENT_LIBS@
     1.8  INSTALL = @INSTALL@
     1.9  INSTALL_DATA = @INSTALL_DATA@
    1.10  INSTALL_PROGRAM = @INSTALL_PROGRAM@
    1.11 @@ -205,7 +204,6 @@
    1.12  docdir = @docdir@
    1.13  dvidir = @dvidir@
    1.14  exec_prefix = @exec_prefix@
    1.15 -has_ident = @has_ident@
    1.16  host_alias = @host_alias@
    1.17  htmldir = @htmldir@
    1.18  includedir = @includedir@
    1.19 @@ -235,7 +233,7 @@
    1.20  with_logdir = @with_logdir@
    1.21  with_spooldir = @with_spooldir@
    1.22  with_user = @with_user@
    1.23 -SUBDIRS = base64 md5 libident
    1.24 +SUBDIRS = base64 md5
    1.25  AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
    1.26  masqmail_SOURCES = \
    1.27  	dotlock.h\
    1.28 @@ -311,11 +309,11 @@
    1.29  	resolvtest.c\
    1.30  	lookup.c
    1.31  
    1.32 -masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@
    1.33 +masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
    1.34  smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
    1.35  mservdetect_LDADD = @GLIB_LIBS@
    1.36  readtest_LDADD = @GLIB_LIBS@
    1.37 -resolvtest_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @IDENT_LIBS@
    1.38 +resolvtest_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@
    1.39  all: all-recursive
    1.40  
    1.41  .SUFFIXES: