Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxic committed May 10, 2019
1 parent e88e7ab commit f01a354
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PHP_ARG_ENABLE(amf3, AMF3 support,
[ --enable-amf3 Enable AMF3 support])

if test "$PHP_AMF3" != "no"; then
PHP_NEW_EXTENSION(amf3, amf3.c amf3_encode.c amf3_decode.c, $ext_shared)
PHP_NEW_EXTENSION(amf3, amf3.c amf3-encode.c amf3-decode.c, $ext_shared)
PHP_SUBST(AMF3_SHARED_LIBADD)
AC_DEFINE([HAVE_AMF3], 1, [AMF3 support])
fi
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG_ENABLE("amf3", "AMF3 support", "no");

if (PHP_AMF3 != "no") {
EXTENSION("amf3", "amf3.c amf3_encode.c amf3_decode.c");
EXTENSION("amf3", "amf3.c amf3-encode.c amf3-decode.c");
AC_DEFINE("HAVE_AMF3", 1, "AMF3 support");
}

0 comments on commit f01a354

Please sign in to comment.