File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ if (PHP_DOM == "yes") {
30
30
ADD_SOURCES ( "ext/dom/lexbor/lexbor/selectors-adapted" , "selectors.c" , "dom" ) ;
31
31
ADD_SOURCES ( "ext/dom/lexbor/lexbor/css" , "state.c log.c parser.c css.c" , "dom" ) ;
32
32
ADD_SOURCES ( "ext/dom/lexbor/lexbor/css/selectors" , "state.c selectors.c selector.c pseudo_state.c pseudo.c" , "dom" ) ;
33
- ADD_SOURCES ( "ext/dom/lexbor/lexbor/css/tokenizer" , "error.c" , "dom" ) ;
34
33
ADD_SOURCES ( "ext/dom/lexbor/lexbor/css/syntax" , "state.c parser.c syntax.c anb.c tokenizer.c token.c" , "dom" ) ;
34
+ ADD_SOURCES ( "ext/dom/lexbor/lexbor/css/syntax/tokenizer" , "error.c" , "dom" ) ;
35
35
ADD_SOURCES ( "ext/dom/lexbor/lexbor/ns" , "ns.c" , "dom" ) ;
36
36
ADD_SOURCES ( "ext/dom/lexbor/lexbor/tag" , "tag.c" , "dom" ) ;
37
37
ADD_FLAG ( "CFLAGS_DOM" , "/D LEXBOR_STATIC " ) ;
You can’t perform that action at this time.
0 commit comments