]> granicus.if.org Git - neomutt/commitdiff
muttbug is a script, not a program. Tell automake about this.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 26 Feb 2000 18:14:24 +0000 (18:14 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 26 Feb 2000 18:14:24 +0000 (18:14 +0000)
Makefile.am

index fb5de8a09a40ce14136cb1fe63269b61a9d7bf14..6c9a1cbb2e0a7a3fca4ee4499a66c5875b4cc476 100644 (file)
@@ -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)