diff options
Diffstat (limited to 'xts5/common.mk')
-rw-r--r-- | xts5/common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xts5/common.mk b/xts5/common.mk index 97052ea1..52d0fd68 100644 --- a/xts5/common.mk +++ b/xts5/common.mk @@ -41,7 +41,8 @@ XTESTHOST = `hostname` PVXTESTLIB = ${XTESTLIBDIR}/libxtstpv.a PIXLIB = ${XTESTLIBDIR}/libpvt.a PVLIBS = ${PVXTESTLIB} $(top_builddir)/xts/fonts/libfont.la ${PIXLIB} \ - $(top_builddir)/src/tet3/apilib/libapi.la + $(top_builddir)/src/tet3/apilib/libapi.la \ + $(top_builddir)/src/tet3/apilib/libapi_s.la # SYSMATHLIB - system math library. Directive to be given to the C compiler # to cause the maths routines to be available. |