Make.rules: Added support for building IDL client/proxy/server/iid files.
diff --git a/configure b/configure
index 3ea21f2..431e36b 100755
--- a/configure
+++ b/configure
@@ -23666,7 +23666,8 @@
Makefile: dummy
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
-\$(ALL_OBJS): \$(IDL_SRCS:.idl=.h)
+\$(ALL_OBJS): \$(IDL_H_SRCS:.idl=.h)
+\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"