summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-03-11 21:11:49 +0000
committerSimon Josefsson <simon@josefsson.org>2005-03-11 21:11:49 +0000
commit81e0b0338c5af350164081d5beb2bc89423160bb (patch)
tree9e429fab1a51d82f5f1f0b52a0a56be62ac67e33
parentcf6f45947584d17beed38b831760052eb9a2bd68 (diff)
downloadgnutls-81e0b0338c5af350164081d5beb2bc89423160bb.tar.gz
Dist testutils.{c,h}.
-rw-r--r--nettle/tests/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/nettle/tests/Makefile.am b/nettle/tests/Makefile.am
index 8aa87e9ac3..5e14573f95 100644
--- a/nettle/tests/Makefile.am
+++ b/nettle/tests/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = run-tests
+EXTRA_DIST = run-tests testutils.c testutils.h
AM_CPPFLAGS = -I$(srcdir)/..
@@ -9,7 +9,6 @@ noinst_PROGRAMS = aes-test arcfour-test arctwo-test \
knuth-lfib-test \
cbc-test hmac-test
-SOURCES = testutils.c testutils.h
LDADD = testutils.o ../libnettle.la
TESTS = $(noinst_PROGRAMS)