Changeset 293 for libcaca/trunk/test
- Timestamp:
- Dec 31, 2003, 2:20:18 PM (18 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test
- Property svn:ignore
-
old new 5 5 dithering.exe 6 6 dithering 7 optipal.exe 8 optipal
-
- Property svn:ignore
-
libcaca/trunk/test/Makefile.am
r292 r293 3 3 ############################################################################### 4 4 5 noinst_PROGRAMS = dithering 5 noinst_PROGRAMS = dithering optipal 6 6 7 7 dithering_SOURCES = dithering.c … … 9 9 dithering_CPPFLAGS = -I$(top_srcdir)/src 10 10 11 optipal_SOURCES = optipal.c 12 optipal_LDADD = ../src/libcaca.a @CACA_LIBS@ 13 optipal_CPPFLAGS = -I$(top_srcdir)/src 14
Note: See TracChangeset
for help on using the changeset viewer.