Added exports for nsAppShellCIDs.h and nsIWidgetController.h

This commit is contained in:
rpotts%netscape.com 1999-01-21 07:17:44 +00:00
Родитель 3aebcba442
Коммит 41ba04040b
2 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

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

Просмотреть файл

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