checking in makefile to build the interface nsIDirectoryService

git-svn-id: svn://10.0.0.236/trunk@60440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 2000-02-11 05:12:20 +00:00
parent de1ecad85d
commit a70995a6fc
2 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,8 @@ XPIDLSRCS = \
nsIPipe.idl \
nsIScriptableInputStream.idl \
nsIStorageStream.idl \
$(NULL)
nsIDirectoryService.idl \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

View File

@ -59,6 +59,7 @@ XPIDLSRCS = \
.\nsIFileSpec.idl \
.\nsIFile.idl \
.\nsILocalFile.idl \
.\nsIDirectoryService.idl \
$(NULL)
################################################################################