Skip to content

Commit

Permalink
update config.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Sep 7, 2018
1 parent 2f2785a commit 411fda0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ if test "$PHP_SEASLOG" != "no"; then
src/Common.c"
PHP_NEW_EXTENSION(seaslog, $seaslog_source_file, $ext_shared,,,)

PHP_INSTALL_HEADERS([ext/SeasLog], [*.h config.h include/*.h])

dnl PHP_ADD_INCLUDE([$ext_srcdir])
dnl PHP_ADD_INCLUDE([$ext_srcdir/include])
PHP_ADD_INCLUDE([$ext_srcdir])
PHP_ADD_INCLUDE([$ext_srcdir/include])

PHP_ADD_BUILD_DIR($ext_builddir/src)
fi

0 comments on commit 411fda0

Please sign in to comment.