OPS.CRYPT OPS.MIX OPS.NOTMUCH OPS.PGP OPS.SIDEBAR OPS.SMIME pager.h \
pgpewrap.c pop.h protos.h README.md README.SSL remailer.c remailer.h \
rfc1524.h rfc2047.h rfc2231.h rfc3676.h rfc822.h sha1.h sidebar.h \
- smime_keys.pl sort.h txt2c.c txt2c.sh version.h \
+ sort.h txt2c.c txt2c.sh version.h \
keymap_alldefs.h
-EXTRA_SCRIPTS = smime_keys
+EXTRA_SCRIPTS =
pgpring_SOURCES = ascii.c extlib.c lib.c md5.c pgppubring.c sha1.c
pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS)
CLEANFILES = keymap_alldefs.h $(BUILT_SOURCES)
-DISTCLEANFILES= smime_keys txt2c
+DISTCLEANFILES= txt2c
ACLOCAL_AMFLAGS = -I m4
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
-smime_keys: $(srcdir)/smime_keys.pl
- cp $(srcdir)/smime_keys.pl smime_keys
- chmod +x smime_keys
-
keymap_defs.h: $(OPS) $(srcdir)/gen_defs
$(srcdir)/gen_defs $(OPS) > $@
dnl --enable-smime
AS_IF([test x$use_smime != "xno"], [
AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want classic S/MIME support.])
- SMIMEAUX_TARGET="smime_keys"
+ SMIMEAUX_TARGET='$(top_srcdir)/contrib/smime_keys'
build_ncrypt_smime="yes"
])
{
/* Some users manually maintain their .index file, and use a tab
* as a delimiter, which the old parsing code (using fscanf)
- * happened to allow. smime_keys.pl uses a space, so search for both.
+ * happened to allow. smime_keys uses a space, so search for both.
*/
if ((pend = strchr(p, ' ')) || (pend = strchr(p, '\t')) || (pend = strchr(p, '\n')))
*pend++ = 0;