From 9b484de739c8e34c10e839790c102c4e14583b00 Mon Sep 17 00:00:00 2001 From: yoya Date: Thu, 9 Jul 2009 17:04:03 +0000 Subject: [PATCH] =?utf8?q?PHP=5FNEW=5FEXTENSION=20=E3=81=AE=E4=B8=AD?= =?utf8?q?=E8=BA=AB=E3=81=AE=E4=B8=A6=E3=81=B3=E3=82=92=E8=A6=8B=E3=82=84?= =?utf8?q?=E3=81=99=E3=81=8F=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@171 7c90b180-03d5-4157-b861-58a559ae9d1e --- src/config.m4 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/config.m4 b/src/config.m4 index e3cedd4..b0585bf 100644 --- a/src/config.m4 +++ b/src/config.m4 @@ -61,6 +61,19 @@ if test "$PHP_SWFED" != "no"; then dnl dnl PHP_SUBST(SWFED_SHARED_LIBADD) - PHP_NEW_EXTENSION(swfed, swfed.c swf_object.c swf_header.c swf_rect.c swf_tag.c swf_tag_jpeg.c swf_tag_edit.c swf_tag_action.c swf_tag_lossless.c swf_tag_sound.c swf_tag_sprite.c swf_tag_shape.c swf_rgb.c swf_rgba.c swf_argb.c swf_xrgb.c swf_action.c swf_jpeg.c bitstream.c jpeg_segment.c swf_png.c swf_gif.c swf_shape_with_style.c swf_styles.c swf_fill_style_array.c swf_fill_style.c swf_morph_shape_with_style.c swf_fill_style_solid.c swf_fill_style_gradient.c swf_fill_style_bitmap.c swf_line_style_array.c swf_line_style.c swf_styles_count.c swf_shape_record.c swf_shape_record_end.c swf_shape_record_setup.c swf_shape_record_edge.c swf_gradient.c swf_matrix.c swf_gradient_record.c swf_debug.c, $ext_shared) + PHP_NEW_EXTENSION(swfed, swfed.c \ + swf_object.c swf_header.c swf_tag.c bitstream.c swf_debug.c \ + swf_jpeg.c jpeg_segment.c swf_png.c swf_gif.c \ + swf_rgb.c swf_rgba.c swf_argb.c swf_xrgb.c \ + swf_rect.c swf_matrix.c swf_action.c \ + swf_shape_with_style.c swf_styles.c swf_fill_style_array.c \ + swf_fill_style.c swf_fill_style_solid.c swf_fill_style_gradient.c \ + swf_fill_style_bitmap.c swf_morph_shape_with_style.c \ + swf_line_style_array.c swf_line_style.c swf_styles_count.c \ + swf_shape_record.c swf_shape_record_end.c swf_shape_record_setup.c \ + swf_shape_record_edge.c swf_gradient.c swf_gradient_record.c \ + swf_tag_jpeg.c swf_tag_edit.c swf_tag_action.c swf_tag_lossless.c \ + swf_tag_sound.c swf_tag_sprite.c swf_tag_shape.c \ + , $ext_shared) fi -- 2.11.0