diff --git a/Makefile.in b/Makefile.in index 7e427477c3f5..1bda91a5b366 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,7 @@ DIRS += \ caps \ expat \ htmlparser \ + widget/timer \ gfx \ dom \ view \ diff --git a/widget/Makefile.in b/widget/Makefile.in index 7ce4bf736887..338ffed4a667 100644 --- a/widget/Makefile.in +++ b/widget/Makefile.in @@ -22,7 +22,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public timer src +DIRS = public src include $(topsrcdir)/config/rules.mk