* man/mhbuild.man: wrapped one appearance of "Content-Disposition"
[mmh] / h / Makefile.in
index c4e315f..b859266 100644 (file)
@@ -10,10 +10,10 @@ srcdir = @srcdir@
 VPATH  = @srcdir@
 
 # header files included in distribution
-HDRS = addrsbr.h aliasbr.h dropsbr.h fmt_compile.h fmt_scan.h \
-       md5.h mf.h mh.h mhcachesbr.h mhparse.h mime.h msh.h netdb.h nmh.h \
-       nntp.h picksbr.h popsbr.h prototypes.h rcvmail.h scansbr.h \
-       signals.h tws.h vmhsbr.h
+HDRS =         addrsbr.h aliasbr.h dropsbr.h fmt_compile.h fmt_scan.h          \
+       md5.h mf.h mh.h mhcachesbr.h mhparse.h mime.h msh.h mts.h       \
+       netdb.h nmh.h nntp.h picksbr.h popsbr.h prototypes.h rcvmail.h  \
+       scansbr.h signals.h tws.h vmhsbr.h
 
 # auxiliary files
 AUX = Makefile.in
@@ -29,6 +29,8 @@ install:
 
 uninstall:
 
+lint:
+
 # ========== DEPENDENCIES FOR CLEANUP ==========
 
 mostlyclean:
@@ -48,7 +50,7 @@ superclean: realclean
 subdir = h
 
 Makefile: Makefile.in ../config.status
-       cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+       cd .. && ./config.status $(subdir)/$@
  
 distdir = ../`cat ../distname`/$(subdir)
 nmhdist: $(DIST)