From e3ad362643792c36186639a1887828fafe08414e Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 26 Feb 2000 18:14:24 +0000 Subject: [PATCH] muttbug is a script, not a program. Tell automake about this. --- Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index fb5de8a0..6c9a1cbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,14 +16,14 @@ endif SUBDIRS = m4 po intl doc contrib $(CHARMAP_SUBDIR) $(IMAP_SUBDIR) if NEEDS_PGPEWRAP -bin_SCRIPTS = pgpewrap +bin_SCRIPTS = pgpewrap muttbug else -bin_SCRIPTS = +bin_SCRIPTS = muttbug endif BUILT_SOURCES = keymap_defs.h -bin_PROGRAMS = mutt muttbug @DOTLOCK_TARGET@ @PGPAUX_TARGET@ +bin_PROGRAMS = mutt @DOTLOCK_TARGET@ @PGPAUX_TARGET@ mutt_SOURCES = $(BUILT_SOURCES) \ addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \ commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \ @@ -36,8 +36,6 @@ mutt_SOURCES = $(BUILT_SOURCES) \ status.c system.c thread.c charset.c history.c lib.c \ muttlib.c editmsg.c -muttbug_SOURCES = muttbug.sh.in - mutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAP) $(MUTTLIBS) \ $(INTLLIBS) -- 2.40.0