add blend mode tests
[swfdec.git] / player / Makefile.am
blob605e4099a4c193584a65bc3190fcfe1dac3bd17a
1 noinst_PROGRAMS = swfplay 
3 swfplay_SOURCES = \
4         swfplay.c 
6 #swfdebug_SOURCES = \
7 #       swfdebug.c \
8 #       swfdec_debug_script.c \
9 #       swfdec_debug_scripts.c \
10 #       swfdec_debug_stack.c \
11 #       swfdec_player_manager.c \
12 #       swfdec_debug_widget.c
14 swfplay_CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_GTK_CFLAGS)
15 swfplay_LDFLAGS = $(SWFDEC_GTK_LIBS) $(GTK_LIBS)