Add header to Makefile.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 4 Sep 2011 18:36:20 +0000 (18:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 4 Sep 2011 18:36:20 +0000 (18:36 +0000)
fips/rand/Makefile

index 164550419942901955c632731205c91ca74c9594..8c3c9c0a7ea051bc7ed01366fcfae79f62b16a65 100644 (file)
@@ -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)