From: Niels Möller Date: Wed, 2 Oct 2002 22:20:42 +0000 (+0200) Subject: (EXTRA_DIST): Distribute setup-env and X-Git-Tag: nettle_1.6_release_20021003~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c8bfe252f3f5698f0f4067523798fc868fd591;p=thirdparty%2Fnettle.git (EXTRA_DIST): Distribute setup-env and teardown-env. Rev: src/nettle/examples/Makefile.am:1.7 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 22cc1ccf..f0042b62 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,7 @@ nettle_benchmark_LDADD = ../libnettle.a TS_PROGS = rsa-sign-test rsa-verify-test -EXTRA_DIST = io.c io.h run-tests $(TS_PROGS) +EXTRA_DIST = io.c io.h run-tests setup-env teardown-env $(TS_PROGS) .PHONY: run-tests run-tests: $(TS_PROGS)