Fix missing va_end call in uip/mhmisc.c
[mmh] / h / Makefile.in
index c4e315f..baef0e0 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for h subdirectory
 #
-# $Id$
-#
 
 SHELL = /bin/sh
 
@@ -10,16 +8,9 @@ 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
-
-# auxiliary files
-AUX = Makefile.in
-
-# all files in this directory included in the distribution
-DIST = $(HDRS) $(AUX)
+HDRS = addrsbr.h aliasbr.h crawl_folders.h dropsbr.h fmt_compile.h \
+       fmt_scan.h mf.h mh.h mhparse.h mime.h \
+       prototypes.h rcvmail.h scansbr.h signals.h tws.h utils.h
 
 # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========
 
@@ -29,6 +20,8 @@ install:
 
 uninstall:
 
+lint:
+
 # ========== DEPENDENCIES FOR CLEANUP ==========
 
 mostlyclean:
@@ -48,12 +41,5 @@ superclean: realclean
 subdir = h
 
 Makefile: Makefile.in ../config.status
-       cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
-distdir = ../`cat ../distname`/$(subdir)
-nmhdist: $(DIST)
-       @echo "Copying distribution files in $(subdir)"
-       @for file in $(DIST); do \
-         cp -p $(srcdir)/$$file $(distdir); \
-       done
+       cd .. && ./config.status $(subdir)/$@