Browse Source

* Add -lm to examples/trifiller. Oops.

tags/v0.99.beta17
Jean-Yves Lamoureux jylam 15 years ago
parent
commit
4156afb43e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Makefile.am

+ 1
- 1
examples/Makefile.am View File

@@ -9,7 +9,7 @@ conio_snake = conio-snake
endif

trifiller_SOURCES = trifiller.c ../src/common-image.c
trifiller_LDADD = ../caca/libcaca.la
trifiller_LDADD = ../caca/libcaca.la -lm

blit_SOURCES = blit.c
blit_LDADD = ../caca/libcaca.la


Loading…
Cancel
Save