Adding nsISearchContext to win/unix builds

This commit is contained in:
law%netscape.com 1999-07-14 22:42:13 +00:00
parent b649aead79
commit 949267c07c
3 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
nsIFindComponent.idl
nsISearchContext.idl

View File

@ -29,6 +29,7 @@ XPIDL_MODULE=mozfind
XPIDLSRCS=\
nsIFindComponent.idl \
nsISearchContext.idl \
$(NULL)
include $(topsrcdir)/config/config.mk

View File

@ -25,6 +25,7 @@ XPIDL_MODULE=mozfind
XPIDLSRCS=\
.\nsIFindComponent.idl \
.\nsISearchContext.idl \
$(NULL)
include <$(DEPTH)\config\rules.mak>