From ebf6a872e3a7447c7d661a785002dffddb4e59b4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Mar 2015 15:45:46 -0500 Subject: x86_64 flavor is the new generic. --- src/slalib/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/slalib/Makefile.am') diff --git a/src/slalib/Makefile.am b/src/slalib/Makefile.am index 7b5f1e1..00cd17d 100644 --- a/src/slalib/Makefile.am +++ b/src/slalib/Makefile.am @@ -182,6 +182,9 @@ libsla_la_SOURCES = \ vn.f \ vxv.f \ xy2xy.f \ - zd.f + zd.f \ + gresid.f \ + random.f \ + wait.f -AM_CFLAGS = -I$(top_srcdir)/include -I./ +AM_CFLAGS = -I$(srcdir)/include -I./ -- cgit