X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/75e073ea52a427394690e0c1ef7943a1727c7095..5cd118faad19dea7a13c2f11f1d078a2fd3cfce4:/mts/Makefile.in?ds=inline diff --git a/mts/Makefile.in b/mts/Makefile.in index 08b4754c..fcec8133 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -24,7 +24,7 @@ LIBTOOL = @LIBTOOL@ GNU_LIBTOOL = @GNU_LIBTOOL@ # object files that go into libmts.a -OBJS = generic/client.o generic/mts.o smtp/hosts.o smtp/smtp.o +OBJS = smtp/hosts.o smtp/smtp.o # auxiliary files AUX = Makefile.in @@ -33,7 +33,7 @@ AUX = Makefile.in DIST = $(AUX) # subdirectories -SUBDIRS = smtp generic +SUBDIRS = smtp # mail transport agent we are using (currently always smtp) # MTS = smtp @@ -97,7 +97,7 @@ lint: subdir = mts Makefile: Makefile.in ../config.status - cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status + cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) nmhdist: $(DIST)