Removed --with-smtpservers configure option and thelike
[mmh] / mts / smtp / Makefile.in
index 341f0b1..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@
 
@@ -79,7 +76,7 @@ lint:
 subdir = mts/smtp
 
 Makefile: Makefile.in ../../config.status
-       cd ../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+       cd ../.. && ./config.status $(subdir)/$@
  
 distdir = ../../`cat ../../distname`/$(subdir)
 nmhdist: $(DIST)