diff --git a/lib/Makefile b/lib/Makefile index f241a6e14045..e5ddbd1046ed 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -51,6 +51,10 @@ endif DIRS += libmocha libstyle +ifdef DOM +DIRS += libdom +endif + ifeq ($(OS_ARCH),OS2) DIRS += libcnv endif