Changeset 2138 for libcaca/trunk/examples/Makefile.am
- Timestamp:
- Dec 16, 2007, 2:50:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/Makefile.am
r2110 r2138 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 figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import5 noinst_PROGRAMS = blit colors cucul 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 blit_SOURCES = blit.c … … 24 24 dithering_SOURCES = dithering.c 25 25 dithering_LDADD = ../caca/libcaca.la ../cucul/libcucul.la 26 27 driver_SOURCES = driver.c 28 driver_LDADD = ../caca/libcaca.la ../cucul/libcucul.la 26 29 27 30 event_SOURCES = event.c
Note: See TracChangeset
for help on using the changeset viewer.