Changeset 1435
- Timestamp:
- Nov 27, 2006, 6:59:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/Makefile.am
r1427 r1435 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 noinst_PROGRAMS = blit colors cucul demo demo0 dithering event export font font2tga frames fullwidth gamma hsv input spritedit swallow te rm text transform truecolor unicode import5 noinst_PROGRAMS = blit colors cucul demo demo0 dithering event export font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import $(fcntl_programs) 6 6 7 7 blit_SOURCES = blit.c … … 77 77 import_SOURCES = import.c 78 78 import_LDADD = ../caca/libcaca.la ../cucul/libcucul.la 79 80 if USE_NETWORK 81 fcntl_programs = term 82 else 83 fcntl_programs = 84 endif
Note: See TracChangeset
for help on using the changeset viewer.