diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-06 15:45:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-06 15:45:46 -0500 |
commit | ebf6a872e3a7447c7d661a785002dffddb4e59b4 (patch) | |
tree | 8862d83f455f8703f492dd5ca3773cc02742867b /src/slalib/Makefile.am | |
parent | 428f915e6b31e1801c318b388e2eb28bb2448148 (diff) | |
download | calfuse-ebf6a872e3a7447c7d661a785002dffddb4e59b4.tar.gz |
x86_64 flavor is the new generic.
Diffstat (limited to 'src/slalib/Makefile.am')
-rw-r--r-- | src/slalib/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
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./ |