From 6d8f2a9d248e7e7d53dd78c88d9cdb9bd6d5d277 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Mon, 8 Oct 2001 04:02:30 +0000 Subject: [PATCH] Bug 103372. Add EXPORT_LIBRARY and MODULE_NAME decls. r=cls, sr=shaver --- editor/libeditor/build/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editor/libeditor/build/Makefile.in b/editor/libeditor/build/Makefile.in index 6576a9a9586a..5a1ba92894db 100644 --- a/editor/libeditor/build/Makefile.in +++ b/editor/libeditor/build/Makefile.in @@ -30,7 +30,10 @@ include $(DEPTH)/config/autoconf.mk MODULE = editor LIBRARY_NAME = editor +EXPORT_LIBRARY = 1 IS_COMPONENT = 1 +MODULE_NAME = nsEditorModule + EXTRA_DSO_LDOPTS = \ $(MOZ_NECKO_UTIL_LIBS) \ $(MOZ_COMPONENT_LIBS) \