From 45188cfad1cb478e033d5cd3d39bfb306fab3b28 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 17:40:21 -0800 Subject: [PATCH] Add windows-quirks.h and *.out files to the list of dependencies --- test/Makefile.am | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) 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 \