Changeset 350 for libcaca/trunk/test/Makefile.am
- Timestamp:
- Jan 14, 2004, 11:32:04 AM (17 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test
- Property svn:ignore
-
old new 3 3 .libs 4 4 .deps 5 colors.exe 6 colors 5 7 dithering.exe 6 8 dithering
-
- Property svn:ignore
-
libcaca/trunk/test/Makefile.am
r342 r350 1 1 # $Id$ 2 2 3 noinst_PROGRAMS = dithering event hsv optipal spritedit 3 noinst_PROGRAMS = colors dithering event hsv optipal spritedit 4 5 colors_SOURCES = colors.c 6 colors_LDADD = ../src/libcaca.a @CACA_LIBS@ 7 colors_CPPFLAGS = -I$(top_srcdir)/src 4 8 5 9 dithering_SOURCES = dithering.c
Note: See TracChangeset
for help on using the changeset viewer.