Changeset 3909 for libcaca/trunk/examples/Makefile.am
- Timestamp:
- Nov 16, 2009, 1:17:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/Makefile.am
r3623 r3909 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca 4 4 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 import5 noinst_PROGRAMS = trifiller 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 6 7 7 if USE_CXX 8 8 conio_snake = conio-snake 9 9 endif 10 11 trifiller_SOURCES = trifiller.c ../src/common-image.c 12 trifiller_LDADD = ../caca/libcaca.la 10 13 11 14 blit_SOURCES = blit.c
Note: See TracChangeset
for help on using the changeset viewer.