X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2FMakefile.in;h=baef0e0aabd94a46a6774dd4b27f8f42a2cfef8b;hp=0988913743c033742a919907772fc18d2c589f52;hb=18591f8e001ecedbee48a51c1d1f08ebaa1c15c8;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b diff --git a/h/Makefile.in b/h/Makefile.in index 0988913..baef0e0 100644 --- a/h/Makefile.in +++ b/h/Makefile.in @@ -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 nntp.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