Removed --with-smtpservers configure option and thelike
[mmh] / mts / smtp / Makefile.in
index f8b0ed3..b2a4059 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for mts/smtp subdirectory
 #
-# $Id$
-#
 
 SHELL = /bin/sh
 
@@ -19,8 +17,7 @@ etcdir      = @sysconfdir@
 CC       = @CC@
 CFLAGS   = @CFLAGS@
 DEFS     = @DEFS@
-SASL_INCLUDES = @SASL_INCLUDES@
-INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) $(SASL_INCLUDES)
+INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
 LINT   = @LINT@
 LINTFLAGS = @LINTFLAGS@