Changeset 3623


Ignore:
Timestamp:
Aug 4, 2009, 1:26:17 AM (14 years ago)
Author:
Sam Hocevar
Message:

Only build conio-snake if the C++ compiler is functional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/examples/Makefile.am

    r3598 r3623  
    33AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca
    44
    5 noinst_PROGRAMS = blit canvas colors conio conio-snake demo demo0 dithering driver event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import
     5noinst_PROGRAMS = blit canvas colors conio $(conio_snake) demo demo0 dithering driver event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import
     6
     7if USE_CXX
     8conio_snake = conio-snake
     9endif
    610
    711blit_SOURCES = blit.c
Note: See TracChangeset for help on using the changeset viewer.