From 06e771b58062b9317ff3cf62b35db583f1b2cbd6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 4 Sep 2011 18:36:20 +0000 Subject: [PATCH 1/1] Add header to Makefile. --- fips/rand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/rand/Makefile b/fips/rand/Makefile index 1645504199..8c3c9c0a7e 100644 --- a/fips/rand/Makefile +++ b/fips/rand/Makefile @@ -32,7 +32,7 @@ LIBOBJ= fips_rand.o fips_rand_selftest.o fips_drbg_lib.o \ SRC= $(LIBSRC) EXHEADER= fips_rand.h -HEADER= $(EXHEADER) fips_rand_lcl.h +HEADER= $(EXHEADER) fips_rand_lcl.h fips_drbg_selftest.h ALL= $(GENERAL) $(SRC) $(HEADER) -- 2.34.1