EXAMINE: Implement the Shapiro-Wilk Test.
[pspp] / src / math / automake.mk
index 36e1f5e3043e8e8acf2b4c0b709235a4abde2c63..36a73530a861c83a9685e034b40a36178a776c0d 100644 (file)
@@ -1,5 +1,5 @@
 # PSPP - a program for statistical analysis.
-# Copyright (C) 2017 Free Software Foundation, Inc.
+# Copyright (C) 2017, 2019 Free Software Foundation, Inc.
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -46,6 +46,7 @@ src_math_libpspp_math_la_SOURCES = \
        src/math/random.c src/math/random.h \
         src/math/statistic.h \
        src/math/sort.c src/math/sort.h \
+       src/math/shapiro-wilk.c src/math/shapiro-wilk.h \
        src/math/trimmed-mean.c src/math/trimmed-mean.h \
        src/math/tukey-hinges.c src/math/tukey-hinges.h \
        src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h