Fix bustage from bug 319460, we should generate .h files even when we're not going to export them anywhere.

This commit is contained in:
bsmedberg%covad.net 2005-12-13 23:15:14 +00:00
Родитель d1a203a963
Коммит 8c43834c9e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1279,6 +1279,8 @@ endif
ifneq ($(XPIDLSRCS)$(SDK_XPIDLSRCS),)
export:: $(patsubst %.idl,$(XPIDL_GEN_DIR)/%.h, $(XPIDLSRCS))
ifndef XPIDL_MODULE
XPIDL_MODULE = $(MODULE)
endif