From 07a80514925426ef2c6e9aeb3bab74e005a155cd Mon Sep 17 00:00:00 2001
From: Jason Stover <jhs@math.gcsu.edu>
Date: Thu, 22 Sep 2005 20:59:15 +0000
Subject: [PATCH] Added lib/linreg

---
 configure.ac    | 2 +-
 lib/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6fb870a7..818fb4b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,7 +143,7 @@ if test x"$enable_debug" = x"yes"  ; then
 fi
 
 AC_CONFIG_FILES([Makefile m4/Makefile gl/Makefile intl/Makefile po/Makefile.in
-		 lib/Makefile lib/gsl-extras/Makefile
+		 lib/Makefile lib/gsl-extras/Makefile lib/linreg/Makefile
 		 doc/Makefile 
 		 src/Makefile src/expressions/Makefile
 		 config/Makefile
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 19a9ddaf..99cc4b8e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-SUBDIRS = gsl-extras
+SUBDIRS = gsl-extras linreg
 
 MAINTAINERCLEANFILES = Makefile.in
-- 
2.30.2