<<< Date Index >>>     <<< Thread Index >>>

[PATCH] bug1769: smime_keys is not a bin_PROGRAM but a bin_SCRIPT



http://bugs.guug.de/db/17/1769.html
This is necessary for FreeBSD.

-- 
tamo
Index: Makefile.am
===================================================================
RCS file: /home/roessler/cvs/mutt/Makefile.am,v
retrieving revision 3.27
diff -u -r3.27 Makefile.am
--- Makefile.am 28 Jan 2005 13:17:22 -0000      3.27
+++ Makefile.am 4 Feb 2005 12:35:53 -0000
@@ -11,11 +11,11 @@
 
 SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
 
-bin_SCRIPTS = muttbug flea
+bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@
 
 BUILT_SOURCES = keymap_defs.h patchlist.c
 
-bin_PROGRAMS = mutt @DOTLOCK_TARGET@ @PGPAUX_TARGET@ @SMIMEAUX_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 \
         crypt.c cryptglue.c \