Correct reporting for parametr estimates via QR decomposition
[pspp] / lib / linreg / Makefile.am
index 5fa2f5596a02bb28c1822f7ea20bb7832d95eab6..a81f575c173e53f63b809e7bea13a57055db9fe8 100644 (file)
@@ -2,7 +2,7 @@
 
 noinst_LIBRARIES = liblinreg.a
 
-AM_CPPFLAGS = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src
 
 AM_CFLAGS=
 
@@ -13,5 +13,3 @@ AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
 endif
 
 liblinreg_a_SOURCES = sweep.c linreg.c pspp_linreg.h
-
-EXTRA_DIST = README