Changeset 2110 for libcaca/trunk/examples/Makefile.am
- Timestamp:
- Dec 1, 2007, 6:58:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/Makefile.am
r2101 r2110 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 f ont font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import5 noinst_PROGRAMS = blit colors cucul demo demo0 dithering event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import 6 6 7 7 blit_SOURCES = blit.c … … 30 30 export_SOURCES = export.c 31 31 export_LDADD = ../cucul/libcucul.la 32 33 figfont_SOURCES = figfont.c 34 figfont_LDADD = ../cucul/libcucul.la 32 35 33 36 font_SOURCES = font.c
Note: See TracChangeset
for help on using the changeset viewer.