diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-08-25 00:29:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-08-25 00:29:02 (EDT) |
commit | 986355f3862efa32df9cadbabd19decbbf6aba61 (patch) | |
tree | bbfe0fe970d582b8ca0480ae67f0307aca740221 | |
parent | 600c357fd9b4374e39c1841cdef98ef1a047239f (diff) | |
download | overworld-rpg-986355f3862efa32df9cadbabd19decbbf6aba61.zip overworld-rpg-986355f3862efa32df9cadbabd19decbbf6aba61.tar.gz overworld-rpg-986355f3862efa32df9cadbabd19decbbf6aba61.tar.bz2 |
Makefile.am: Add -lm to _LDADD
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f52aefe..e7bfcdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ boukengine_CFLAGS = \ $(GCC_CFLAGS) boukengine_LDADD = \ + -lm \ $(SDL_LIBS) \ $(SDL_IMAGE_LIBS) \ $(ZLIB_LIBS) \ |