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

* examples/Makefile.am (EXTRA_DIST): Added rsa-session.h.

Rev: src/nettle/examples/Makefile.am:1.19
parent 86b1ab5f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ LDADD = io.o -lnettle ../libnettle.a
nettle_benchmark_LDADD = -lnettle ../libnettle.a $(OPENSSL_LIBFLAGS)
TS_PROGS = rsa-sign-test rsa-verify-test
EXTRA_DIST = io.h run-tests setup-env teardown-env $(TS_PROGS)
EXTRA_DIST = io.h rsa-session.h run-tests setup-env teardown-env $(TS_PROGS)
.PHONY: run-tests
run-tests: $(TS_PROGS)
......
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