diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-09-08 21:25:09 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-09-08 21:25:09 -0300 |
commit | 7a3ba9f72e51be6d8d77f36956bb461a21411253 (patch) | |
tree | ebdb9fe14da292b2bbc0997d64c6f247530afe23 /Makefile.am | |
parent | 9a97d1c2349c5d23d8696f38e4b5f9ba799ca794 (diff) | |
download | blogc-7a3ba9f72e51be6d8d77f36956bb461a21411253.tar.gz blogc-7a3ba9f72e51be6d8d77f36956bb461a21411253.tar.bz2 blogc-7a3ba9f72e51be6d8d77f36956bb461a21411253.zip |
build: find -lm properly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |