Skip to content

Commit

Permalink
Update config.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Dec 27, 2017
1 parent e41a237 commit 70d09bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if test $PHP_ESL != "no"; then
PHP_ADD_INCLUDE(./esl/include)
PHP_REQUIRE_CXX
AC_LANG_CPLUSPLUS
PHP_ADD_LIBRARY(stdc++,,FREESWITCH_ESL_SHARED_LIBADD)
PHP_ADD_LIBRARY(stdc++,,ESL_SHARED_LIBADD)
ESL_SOURCES="esl/cJSON.c esl/esl_buffer.c esl/esl_json.c esl/cJSON_Utils.c esl/esl_config.c esl/esl_oop.cpp esl/esl.c esl/esl_event.c esl/esl_threadmutex.c"
PHP_NEW_EXTENSION(ESL,esl_wrap.cpp $ESL_SOURCES,$ext_shared)
fi

0 comments on commit 70d09bc

Please sign in to comment.