initial version
authorJason Stover <jhs@math.gcsu.edu>
Wed, 7 Jun 2006 01:17:08 +0000 (01:17 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Wed, 7 Jun 2006 01:17:08 +0000 (01:17 +0000)
src/math/ts/automake.mk [new file with mode: 0644]

diff --git a/src/math/ts/automake.mk b/src/math/ts/automake.mk
new file mode 100644 (file)
index 0000000..ffc7967
--- /dev/null
@@ -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