Added exports for nsAppShellCIDs.h and nsIWidgetController.h

This commit is contained in:
rpotts%netscape.com 1999-01-21 07:17:44 +00:00
parent 3aebcba442
commit 41ba04040b
2 changed files with 9 additions and 7 deletions

View File

@ -23,9 +23,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/config.mk
EXPORTS = \ EXPORTS = \
nsappshell.h \ nsAppShellCIDs.h \
nsIAppShellService.h \ nsIAppShellService.h \
nsIWidgetController.h \
$(NULL) $(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

View File

@ -21,10 +21,11 @@ IGNORE_MANIFEST=1
MODULE=raptor MODULE=raptor
EXPORTS = \ EXPORTS = \
nsappshell.h \ nsAppShellCIDs.h \
nsIAppShellService.h \ nsIAppShellService.h \
$(NULL) nsIWidgetController.h \
$(NULL)
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>