diff options
-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) \ |