Changeset 324 for libcaca/trunk/test
- Timestamp:
- Jan 7, 2004, 6:19:36 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 9 9 hsv.exe 10 10 hsv 11 spritedit.exe 12 spritedit 13 event.exe 14 event
-
- Property svn:ignore
-
libcaca/trunk/test/Makefile.am
r323 r324 3 3 ############################################################################### 4 4 5 noinst_PROGRAMS = dithering hsv optipal spritedit5 noinst_PROGRAMS = dithering event hsv optipal spritedit 6 6 7 7 dithering_SOURCES = dithering.c 8 8 dithering_LDADD = ../src/libcaca.a @CACA_LIBS@ 9 9 dithering_CPPFLAGS = -I$(top_srcdir)/src 10 11 event_SOURCES = event.c 12 event_LDADD = ../src/libcaca.a @CACA_LIBS@ 13 event_CPPFLAGS = -I$(top_srcdir)/src 10 14 11 15 hsv_SOURCES = hsv.c
Note: See TracChangeset
for help on using the changeset viewer.