소스 검색

Fix separate directory build failure caused by caca_types.h.

tags/v0.99.beta16
Sam Hocevar sam 16 년 전
부모
커밋
34297fcdf9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      examples/Makefile.am

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

@@ -1,6 +1,7 @@
# $Id$

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca \
-DDATADIR=\"$(pkgdatadir)\"

noinst_PROGRAMS = blit canvas colors demo demo0 dithering driver event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import



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