X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftukey%2Fautomake.mk;fp=lib%2Ftukey%2Fautomake.mk;h=85bcd629d19245805c53872a7d1ba4ca680d74b2;hb=631e2243322503338b497cd13529fbb2c5833e3d;hp=0000000000000000000000000000000000000000;hpb=16a331300d4c9deb96c3ca34cd1f470c762c8fad;p=pspp diff --git a/lib/tukey/automake.mk b/lib/tukey/automake.mk new file mode 100644 index 0000000000..85bcd629d1 --- /dev/null +++ b/lib/tukey/automake.mk @@ -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 +