소스 검색

* Add -lm to examples/trifiller. Oops.

tags/v0.99.beta17
Jean-Yves Lamoureux jylam 15 년 전
부모
커밋
4156afb43e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/Makefile.am

+ 1
- 1
examples/Makefile.am 파일 보기

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


불러오는 중...
취소
저장