Implemented the POSTHOC subcommand for the ONEWAY command.
[pspp] / lib / tukey / automake.mk
diff --git a/lib/tukey/automake.mk b/lib/tukey/automake.mk
new file mode 100644 (file)
index 0000000..85bcd62
--- /dev/null
@@ -0,0 +1,11 @@
+## Process this file with automake to produce Makefile.in  -*- makefile -*-
+
+noinst_LTLIBRARIES += lib/tukey/libtukey.la
+
+lib_tukey_libtukey_la_SOURCES = \
+       lib/tukey/ptukey.c \
+       lib/tukey/qtukey.c \
+       lib/tukey/tukey.h
+
+EXTRA_DIST += lib/tukey/README 
+