summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-24 21:26:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-24 21:26:57 +0000
commit6562a878903444e4fae86319afa3806ef425b7c1 (patch)
tree9c3071e409de8a14ae70dcaa17cb0c9cfbc98579 /Makefile.am
parentcc4f2681d22104ed062fb7e426b0e061ecea3e3e (diff)
Automake clean-up. From Lars Hecking.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 60bb169f..ce515094 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ EXTRA_mutt_SOURCES = pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1dgst.c \
gnupgparse.c resize.c dotlock.c pop.c remailer.c remailer.h browser.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 \
+ buffy.h charset.h copy.h dotlock.h functions.h gen_defs \
globals.h hash.h history.h init.h keymap.h \
mailbox.h mapping.h mime.h mutt.h mutt_curses.h mutt_menu.h \
mutt_regex.h mx.h pager.h parse.h pgp.h protos.h \
@@ -122,11 +122,10 @@ changelog:
rcs2log | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog
$(VISUAL) ChangeLog
-# kluge aroud automake problems. *grrr*
+# kluge around automake problems.
dist-hook:
-for file in $(BUILT_SOURCES) ; do rm -f $(distdir)/$$file ; done
- -rm -f $(distdir)/config.h
us-distdir: distdir dist-hook
mv $(distdir) $(distdir)-us