From ebd161e00ada0b876d425dd0da77f8f390e5559c Mon Sep 17 00:00:00 2001 From: "toshok%netscape.com" Date: Sun, 11 Oct 1998 00:57:43 +0000 Subject: [PATCH] include config.mk before we check for DOM. --- lib/layout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layout/Makefile b/lib/layout/Makefile index 4560e6ee62d3..6f14a75605f9 100644 --- a/lib/layout/Makefile +++ b/lib/layout/Makefile @@ -20,6 +20,8 @@ DEPTH = ../.. MODULE = lay LIBRARY_NAME = lay +include $(DEPTH)/config/config.mk + EXPORTS = laylayer.h layout.h lo_funcs.h # XXX Perignon hack @@ -71,8 +73,6 @@ ifdef DOM REQUIRES += dom endif -include $(DEPTH)/config/config.mk - ifdef MOZ_EDITOR CSRCS += layedit.c \ $(NULL)