From: Jason Stover Date: Wed, 26 Oct 2005 19:28:40 +0000 (+0000) Subject: Added var.h to allow easier lookups of model variables X-Git-Tag: v0.6.0~1169 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a301473b8f0566c55f1fbf6111ae533f676ad5e;p=pspp-builds.git Added var.h to allow easier lookups of model variables --- diff --git a/lib/linreg/Makefile.am b/lib/linreg/Makefile.am index 9653475d..a81f575c 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=