diff --git a/mailnews/compose/Makefile.in b/mailnews/compose/Makefile.in index 5e18bd902b98..5cb631f6b5b9 100644 --- a/mailnews/compose/Makefile.in +++ b/mailnews/compose/Makefile.in @@ -1,4 +1,3 @@ -#!gmake # # The contents of this file are subject to the Netscape Public License # Version 1.0 (the "NPL"); you may not use this file except in @@ -15,20 +14,18 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = ../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src prefs build resources tests +DIRS = public src prefs build resources ifdef ENABLE_TESTS -DIRS += tests +DIRS += tests endif -include $(topsrcdir)/config/config.mk - include $(topsrcdir)/config/rules.mk