From 7a3ba9f72e51be6d8d77f36956bb461a21411253 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 8 Sep 2015 21:25:09 -0300 Subject: build: find -lm properly --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3168c6e..e64eea9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,6 +69,7 @@ libblogc_la_CFLAGS = \ $(NULL) libblogc_la_LIBADD = \ + $(LIBM) \ $(NULL) -- cgit v1.2.3-18-g5258