summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/mfcalc/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mfcalc/local.mk b/examples/mfcalc/local.mk
index aae9e04b..e34d8d7b 100644
--- a/examples/mfcalc/local.mk
+++ b/examples/mfcalc/local.mk
@@ -49,6 +49,7 @@ mfcalc_sources = \
$(mfcalc_extracted)
check_PROGRAMS += examples/mfcalc/mfcalc
+examples_mfcalc_mfcalc_LDADD = -lm
examples_mfcalc_mfcalc_SOURCES = \
$(mfcalc_sources)