diff options
Diffstat (limited to 'ext/com_dotnet/config.w32')
| -rw-r--r-- | ext/com_dotnet/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/config.w32 b/ext/com_dotnet/config.w32 index 917c62a040..cc1f3b86f6 100644 --- a/ext/com_dotnet/config.w32 +++ b/ext/com_dotnet/config.w32 @@ -7,7 +7,7 @@ if (PHP_COM_DOTNET == "yes") { CHECK_LIB('oleaut32.lib', 'com_dotnet'); EXTENSION("com_dotnet", "com_com.c com_dotnet.c com_extension.c \ com_handlers.c com_iterator.c com_misc.c com_olechar.c \ - com_typeinfo.c com_variant.c"); + com_typeinfo.c com_variant.c com_wrapper.c com_saproxy.c"); AC_DEFINE('HAVE_COM_DOTNET', 1, 'Have COM_DOTNET support'); CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET'); } |
