From 12f5a3216ac95128999782c12d9e8d12c8bf0563 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Tue, 6 Nov 2001 02:31:08 +0000 Subject: [PATCH] Start building content handler glue library. Bug #83544 r=ducarroz sr=waterson --- mailnews/mime/cthandlers/Makefile.in | 2 +- mailnews/mime/cthandlers/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/mime/cthandlers/Makefile.in b/mailnews/mime/cthandlers/Makefile.in index 793cd38b635..1a5af20aa41 100644 --- a/mailnews/mime/cthandlers/Makefile.in +++ b/mailnews/mime/cthandlers/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = vcard +DIRS = glue vcard ifndef BUILD_SMIME DIRS += smimestub diff --git a/mailnews/mime/cthandlers/makefile.win b/mailnews/mime/cthandlers/makefile.win index c4c52a957a7..0076655907d 100644 --- a/mailnews/mime/cthandlers/makefile.win +++ b/mailnews/mime/cthandlers/makefile.win @@ -22,7 +22,7 @@ DEPTH=..\..\.. -DIRS= vcard \ +DIRS= glue vcard \ resources \ !if !defined(BUILD_SMIME) smimestub \