X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2FMakefile.in;h=ad2cbd1c7e2eb92bc45759058f4581a65c32a9cd;hp=6cf88b6297c65084cb568bd8c7f17efc975edf97;hb=27826f9353e0f0b04590b7d0f8f83e60462b90f0;hpb=dee387b53ab0d42922f857b60d6f980c9e79d16f diff --git a/h/Makefile.in b/h/Makefile.in index 6cf88b6..ad2cbd1 100644 --- a/h/Makefile.in +++ b/h/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -10,10 +8,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 mts.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 crawl_folders.h dropsbr.h fmt_compile.h \ + fmt_scan.h md5.h mf.h mh.h mhcachesbr.h mhparse.h mime.h \ + netdb.h nmh.h popsbr.h prototypes.h rcvmail.h \ + scansbr.h signals.h tws.h utils.h # auxiliary files AUX = Makefile.in @@ -50,12 +48,11 @@ 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) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \ done -