diff --git a/test/Makefile.am b/test/Makefile.am index c8c2bade..4aab72dc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,39 @@ EXTRA_DIST = \ - cmptest.h + cmptest.h \ + windows/windows-quirks.h \ + auth.out \ + auth2.out \ + auth3.out \ + auth5.out \ + box.out \ + box2.out \ + box7.out \ + box8.out \ + core1.out \ + core2.out \ + core3.out \ + core4.out \ + core5.out \ + core6.out \ + hash.out \ + hash2.out \ + hash3.out \ + onetimeauth.out \ + onetimeauth2.out \ + onetimeauth7.out \ + scalarmult.out \ + scalarmult2.out \ + scalarmult5.out \ + scalarmult6.out \ + secretbox.out \ + secretbox2.out \ + secretbox7.out \ + secretbox8.out \ + stream.out \ + stream2.out \ + stream3.out \ + stream4.out AM_CPPFLAGS = \ -I$(top_srcdir)/src/libsodium/include \