Skip to content

Commit

Permalink
This is a C++ extension (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored Aug 1, 2024
1 parent 0d9c589 commit 644ddaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ if test "$PHP_PINPOINT_PHP" != "no"; then
PINPOINT_PHP_SHARED_LIBADD="$PINPOINT_PHP_SHARED_LIBADD -lrt"
fi

PHP_NEW_EXTENSION(pinpoint_php,$PINPOINT_SRCS, $ext_shared)
PHP_ADD_LIBRARY(stdc++, 1, PINPOINT_PHP_SHARED_LIBADD)
PHP_NEW_EXTENSION(pinpoint_php,$PINPOINT_SRCS, $ext_shared,,, cxx)
PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/include)
PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/jsoncpp/include)
PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/jsoncpp/include)
Expand Down

0 comments on commit 644ddaa

Please sign in to comment.