Changeset 1073
- Timestamp:
- Sep 20, 2006, 6:31:12 PM (14 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test
- Property svn:ignore
-
old new 18 18 spritedit 19 19 text 20 toilet 20 21 transform 21 22 truecolor
-
- Property svn:ignore
-
libcaca/trunk/test/Makefile.am
r1030 r1073 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 noinst_PROGRAMS = colors demo demo0 dithering event export font frames gamma hsv input spritedit font2tga text t ransform truecolor unicode import5 noinst_PROGRAMS = colors demo demo0 dithering event export font frames gamma hsv input spritedit font2tga text toilet transform truecolor unicode import 6 6 7 7 colors_SOURCES = colors.c … … 47 47 text_LDADD = ../cucul/libcucul.la 48 48 49 toilet_SOURCES = toilet.c 50 toilet_LDADD = ../cucul/libcucul.la 51 49 52 transform_SOURCES = transform.c 50 53 transform_LDADD = ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.