File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,16 @@ if test "$PHP_DOM" != "no"; then
3838 namednodemap.c \
3939 $LEXBOR_SOURCES] ,
4040 $ext_shared,,$PHP_LEXBOR_CFLAGS)
41+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/ports/posix/lexbor/core)
42+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/core)
43+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/dom/interfaces)
44+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/html/tree/insertion_mode)
45+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/html/tokenizer)
46+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/html/interfaces)
47+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/encoding)
48+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/selectors)
49+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/ns)
50+ PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/tag)
4151 PHP_SUBST(DOM_SHARED_LIBADD)
4252 PHP_INSTALL_HEADERS([ ext/dom/xml_common.h] )
4353 PHP_ADD_EXTENSION_DEP(dom, libxml)
You can’t perform that action at this time.
0 commit comments