Skip to content
Snippets Groups Projects
Commit 235f6868 authored by Niels Möller's avatar Niels Möller
Browse files

Moved from the top-level directory.

Should *not* be included in the nettle library.

Rev: src/nettle/Makefile.am:1.53
Rev: src/nettle/examples/Makefile.am:1.14
Rev: src/nettle/examples/nettle-openssl.c:1.1
Rev: src/nettle/nettle-openssl.c:1.2(DEAD)
parent a93ae966
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
pgp.h pgp-encode.c rsa2openpgp.c \
buffer.h buffer.c \
nettle-meta.h \
nettle-internal.c nettle-internal.h nettle-openssl.c
nettle-internal.c nettle-internal.h
LIBOBJS = @LIBOBJS@
libnettle_a_LIBADD = $(LIBOBJS)
......
......@@ -11,6 +11,8 @@ noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
LDADD = io.o -lnettle
nettle_benchmark_LDADD = -lnettle
nettle_benchmark_SOURCES = nettle-benchmark.c nettle-openssl.c
TS_PROGS = rsa-sign-test rsa-verify-test
EXTRA_DIST = io.c io.h run-tests setup-env teardown-env $(TS_PROGS)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment