From: Thomas Roessler Date: Sat, 12 Dec 1998 08:52:13 +0000 (+0000) Subject: The us-dist target was screwed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4caeaa7cb6a904f515dd9bbb07ec593b028c84d0;p=neomutt The us-dist target was screwed. --- diff --git a/Makefile.am b/Makefile.am index c2c65d8f8..1a97b51d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,13 +29,13 @@ non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \ EXTRA_mutt_SOURCES = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \ gnupgparse.c resize.c dotlock.c pop.c imap.c socket.c -EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO acconfig.h attach.h \ +EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO configure acconfig.h attach.h \ buffy.h charset.h config.h copy.h dotlock.h functions.h gen_defs \ globals.h hash.h history.h imap.h init.h keymap.h \ mailbox.h mapping.h mime.h mutt.h mutt_curses.h mutt_menu.h \ mutt_regex.h mutt_socket.h mx.h pager.h parse.h pgp.h protos.h \ reldate.h rfc1524.h rfc2047.h rfc822.h sha.h sha_locl.h \ - sort.h mime.types VERSION + sort.h mime.types VERSION prepare BUILT_SOURCES = mutt_dotlock.c keymap_defs.h @@ -108,7 +108,7 @@ us-distdir: distdir dist-hook us-dist: us-distdir for file in $(distdir)-us/*.c $(distdir)-us/*.h ; do \ - $(srcdir)/reap.pl < $$file > $$file.n && rm $$file && mv $$file.n $$file ; \ + $(srcdir)/reap.pl _PGPPATH < $$file > $$file.n && rm $$file && mv $$file.n $$file ; \ done for file in $(non_us_sources) ; do \ echo "/* This file is only available in the international mutt version */" \