Add -lm for static compile + minor test changes for 7.3

This commit is contained in:
Olof hagsand 2025-01-25 22:41:18 +01:00
parent 0ad59d3300
commit 1580aa7a2c
9 changed files with 10 additions and 8 deletions

View file

@ -81,7 +81,7 @@ endif
# even though it may exist in $(libdir). But the new version may not have been installed yet.
LIBDEPS = $(top_srcdir)/lib/src/$(CLIXON_LIB)
LIBS = -L$(top_srcdir)/lib/src $(top_srcdir)/lib/src/$(CLIXON_LIB) @LIBS@
LIBS = -L$(top_srcdir)/lib/src $(top_srcdir)/lib/src/$(CLIXON_LIB) @LIBS@ -lm
INCLUDES = -I. -I$(top_srcdir)/lib/src -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir) @INCLUDES@
# Name of application