openbsd-ports/security/gnupg/files/patch-cipher_Makefile_am
2001-03-03 17:20:26 +00:00

27 lines
991 B
Plaintext

$OpenBSD: patch-cipher_Makefile_am,v 1.1 2001/03/03 17:20:26 reinhard Exp $
--- cipher/Makefile.am.orig Thu Oct 12 12:27:08 2000
+++ cipher/Makefile.am Sun Feb 4 16:25:55 2001
@@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(
noinst_LIBRARIES = libcipher.a
# The configure script greps the module names from the EXTRA_PROGRAMS line
-EXTRA_PROGRAMS = rndlinux rndunix rndegd rndw32 sha1 rmd160 md5 tiger
+EXTRA_PROGRAMS = rndlinux rndunix rndegd rndw32 sha1 rmd160 md5 tiger idea
EXTRA_rndlinux_SOURCES = rndlinux.c
EXTRA_rndunix_SOURCES = rndunix.c
@@ -16,6 +16,7 @@ EXTRA_md5_SOURCES = md5.c
EXTRA_rmd160_SOURCES = rmd160.c
EXTRA_sha1_SOURCES = sha1.c
EXTRA_tiger_SOURCES = tiger.c
+EXTRA_idea_SOURCES = idea.c
if ENABLE_GNUPG_EXTENSIONS
@@ -94,3 +95,5 @@ rndlinux: $(srcdir)/rndlinux.c
rndegd: $(srcdir)/rndegd.c
$(COMPILE) $(DYNLINK_MOD_CFLAGS) -o rndegd $(srcdir)/rndegd.c
+idea: $(srcdir)/idea.c
+ $(COMPILE) $(DYNLINK_MOD_CFLAGS) -o idea $(srcdir)/idea.c