浏览代码

* Fix build of trifiller with imlib2

tags/v0.99.beta17
Pascal Terjan pterjan 15 年前
父节点
当前提交
cb5107b070
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      examples/Makefile.am

+ 2
- 0
examples/Makefile.am 查看文件

@@ -9,6 +9,8 @@ conio_snake = conio-snake
endif

trifiller_SOURCES = trifiller.c ../src/common-image.c
trifiller_CFLAGS = $(IMLIB2_CFLAGS)
trifiller_LDFLAGS = $(IMLIB2_LIBS)
trifiller_LDADD = ../caca/libcaca.la -lm

blit_SOURCES = blit.c


正在加载...
取消
保存