summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-04 18:36:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-04 18:36:20 +0000
commit06e771b58062b9317ff3cf62b35db583f1b2cbd6 (patch)
treeef0346929ac1a62745e9b7addb36ca1c0a8a0e9f
parenteb9e63df61a91220252789e590c9921d623299ba (diff)
Add header to Makefile.
-rw-r--r--fips/rand/Makefile2
1 files changed, 1 insertions, 1 deletions
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)