Skip to content
Snippets Groups Projects
Commit 0062d96a authored by Martin Reinecke's avatar Martin Reinecke
Browse files

tweak libraries

parent 90f63915
No related branches found
No related tags found
1 merge request!20Name change to libsharp2
......@@ -60,7 +60,7 @@ EXTRA_DIST = \
check_PROGRAMS = sharp2_testsuite
sharp2_testsuite_SOURCES = test/sharp2_testsuite.c test/memusage.c test/memusage.h
sharp2_testsuite_LDADD = libsharp2.la -lm
sharp2_testsuite_LDADD = libsharp2.la
TESTS = runtest.sh
......
......@@ -22,6 +22,10 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC_C99
AC_OPENMP
# add math library
LIBS="-lm"
AC_PROG_LIBTOOL
tmpval=`echo $CFLAGS | grep -c '\-DMULTIARCH'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment