From 0a301473b8f0566c55f1fbf6111ae533f676ad5e Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Wed, 26 Oct 2005 19:28:40 +0000 Subject: [PATCH] Added var.h to allow easier lookups of model variables --- lib/linreg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linreg/Makefile.am b/lib/linreg/Makefile.am index 9653475de1..a81f575c17 100644 --- a/lib/linreg/Makefile.am +++ b/lib/linreg/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = liblinreg.a -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src AM_CFLAGS= -- 2.30.2