Skip to content

Commit 411fda0

Browse files
committed
update config.m4
1 parent 2f2785a commit 411fda0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config.m4

+3-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ if test "$PHP_SEASLOG" != "no"; then
3838
src/Common.c"
3939
PHP_NEW_EXTENSION(seaslog, $seaslog_source_file, $ext_shared,,,)
4040

41-
PHP_INSTALL_HEADERS([ext/SeasLog], [*.h config.h include/*.h])
42-
43-
dnl PHP_ADD_INCLUDE([$ext_srcdir])
44-
dnl PHP_ADD_INCLUDE([$ext_srcdir/include])
41+
PHP_ADD_INCLUDE([$ext_srcdir])
42+
PHP_ADD_INCLUDE([$ext_srcdir/include])
4543

44+
PHP_ADD_BUILD_DIR($ext_builddir/src)
4645
fi
4746

0 commit comments

Comments
 (0)