include: Don't install tlb files, they are platform-dependent.

This commit is contained in:
Alexandre Julliard 2010-07-23 11:34:23 +02:00
parent f695c1d19d
commit c1de11eee5
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
@MAKE_RULES@
OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h)
all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)