From: Jason Stover Date: Wed, 7 Jun 2006 01:17:08 +0000 (+0000) Subject: initial version X-Git-Tag: v0.6.0~828 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=74fc00cc0eb769ab61141d290490037ba040f63a initial version --- diff --git a/src/math/ts/automake.mk b/src/math/ts/automake.mk new file mode 100644 index 00000000..ffc79679 --- /dev/null +++ b/src/math/ts/automake.mk @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in -*- makefile -*- + +noinst_LIBRARIES += src/math/ts/libpspp_ts.a + +src_math_ts_libpspp_ts_a_SOURCES = \ + src/math/ts/innovations.c \ + src/math/ts/innovations.h