Explorar el Código

* Add -lm to examples/trifiller. Oops.

tags/v0.99.beta17
Jean-Yves Lamoureux jylam hace 15 años
padre
commit
4156afb43e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/Makefile.am

+ 1
- 1
examples/Makefile.am Ver fichero

@@ -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


Cargando…
Cancelar
Guardar