diff options
Diffstat (limited to 'ext/swf')
| -rw-r--r-- | ext/swf/Makefile.in | 7 | ||||
| -rw-r--r-- | ext/swf/config.m4 | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/swf/Makefile.in b/ext/swf/Makefile.in deleted file mode 100644 index fbeaf882f4..0000000000 --- a/ext/swf/Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ - -LTLIBRARY_NAME = libswf.la -LTLIBRARY_SOURCES = swf.c -LTLIBRARY_SHARED_NAME = swf.la -LTLIBRARY_SHARED_LIBADD = $(SWF_SHARED_LIBADD) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/swf/config.m4 b/ext/swf/config.m4 index 2815b18e7b..69f90e12a7 100644 --- a/ext/swf/config.m4 +++ b/ext/swf/config.m4 @@ -31,5 +31,5 @@ if test "$PHP_SWF" != "no"; then PHP_ADD_LIBRARY_WITH_PATH(swf, $SWF_DIR/lib, SWF_SHARED_LIBADD) AC_DEFINE(HAVE_SWF,1,[ ]) - PHP_EXTENSION(swf, $ext_shared) + PHP_NEW_EXTENSION(swf, swf.c, $ext_shared) fi |
