From: Jason Stover <jhs@math.gcsu.edu>
Date: Wed, 7 Jun 2006 01:17:08 +0000 (+0000)
Subject: initial version
X-Git-Tag: sav-api~1836
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74fc00cc0eb769ab61141d290490037ba040f63a;p=pspp

initial version
---

diff --git a/src/math/ts/automake.mk b/src/math/ts/automake.mk
new file mode 100644
index 0000000000..ffc7967903
--- /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