Skip to content
Snippets Groups Projects
Commit 0e9a1ecc authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

FIXUP: Do not link to -lm if it is not required.

parent 8b0e2a28
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ pio_write_deco2d_LDADD = $(LDADD) $(UUID_C_LIB)
test_resource_copy_mpi_LDADD = $(LDADD) $(UUID_C_LIB)
endif
LDADD = ../src/libcdi.la -lm
LDADD = ../src/libcdi.la
AM_CPPFLAGS = -I$(top_srcdir)/src
#
EXTRA_DIST = test_cdf_write.c test_cdf_read.c
......
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