Implemented the POSTHOC subcommand for the ONEWAY command.
[pspp] / lib / tukey / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LTLIBRARIES += lib/tukey/libtukey.la
4
5 lib_tukey_libtukey_la_SOURCES = \
6         lib/tukey/ptukey.c \
7         lib/tukey/qtukey.c \
8         lib/tukey/tukey.h
9
10 EXTRA_DIST += lib/tukey/README 
11