add nsIBrowserHistory to unix build (not used yet)

This commit is contained in:
alecf%netscape.com 2001-03-09 00:44:34 +00:00
Родитель c4b6a4374d
Коммит c58d0464b8
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -29,7 +29,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = appcomps
XPIDL_MODULE = history
XPIDLSRCS = nsIGlobalHistory.idl \
XPIDLSRCS = nsIGlobalHistory.idl \
nsIBrowserHistory.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk