Fix mhsign for gpg2: Expiry date format
[mmh] / h / Makefile.in
index b616524..baef0e0 100644 (file)
@@ -8,16 +8,9 @@ srcdir = @srcdir@
 VPATH  = @srcdir@
 
 # header files included in distribution
-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 msh.h mts.h       \
-       netdb.h nmh.h picksbr.h popsbr.h prototypes.h rcvmail.h \
-       scansbr.h signals.h tws.h vmhsbr.h utils.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 ==========
 
@@ -49,11 +42,4 @@ subdir = h
 
 Makefile: Makefile.in ../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