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

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

parent e28ebf52
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -60,7 +60,7 @@ pio_write_deco2d_LDADD = $(LDADD)
test_resource_copy_mpi_LDADD = $(LDADD)
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 test_cksum_base
......
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