From e7242e15eae42082824b835a4e0b39af1e8e4fb1 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 30 Nov 2010 11:55:20 +0100 Subject: [PATCH] oleaut32: Create dll registration resources. --- dlls/oleaut32/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in index 52239f9c53f..a1e6de60096 100644 --- a/dlls/oleaut32/Makefile.in +++ b/dlls/oleaut32/Makefile.in @@ -58,6 +58,10 @@ IDL_P_SRCS = \ oleaut32_oaidl.idl \ oleaut32_ocidl.idl +IDL_R_SRCS = \ + oleaut32_oaidl.idl \ + oleaut32_ocidl.idl + EXTRA_OBJS = dlldata.o @MAKE_DLL_RULES@