summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 332eb08..204f7f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,4 +3,6 @@ lib_LTLIBRARIES = libsha1.la
libsha1_la_SOURCES = sha1.c
include_HEADERS = sha1.h
-noinst_HEADERS = brg_endian.h brg_types.h
+
+noinst_PROGRAMS = test
+test_LDADD = libsha1.la