exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec

This commit is contained in:
dougt%netscape.com 2005-08-18 11:16:21 +00:00
Родитель 4e40151875
Коммит c0a4020754
1 изменённых файлов: 11 добавлений и 7 удалений

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

@ -28,13 +28,17 @@ include $(DEPTH)/config/autoconf.mk
MODULE = shistory
XPIDLSRCS = nsISHEntry.idl \
nsISHContainer.idl \
nsISHTransaction.idl \
nsISHistory.idl \
nsISHistoryListener.idl \
nsIHistoryEntry.idl \
nsISHistoryInternal.idl \
SDK_XPIDLSRCS = \
nsIHistoryEntry.idl \
nsISHistory.idl \
nsISHistoryListener.idl \
$(NULL)
XPIDLSRCS = \
nsISHEntry.idl \
nsISHContainer.idl \
nsISHTransaction.idl \
nsISHistoryInternal.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk