Add generated header file to generated list so that files don't sit in the srcdir and mask bustage caused by a missing include path.

Not exactly fallout from bug #141834 but it's going in anyway.


git-svn-id: svn://10.0.0.236/trunk@123619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-06-19 22:17:27 +00:00
parent 05e5562d17
commit 69ece6e75d
3 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,8 @@ SRCDIR_CSRCS = $(addprefix $(srcdir)/,$(CSRCS))
GARBAGE += $(MIDL_GENERATED_FILES) done_gen $(CSRCS) $(SRCDIR_CSRCS)
LOCAL_INCLUDES = -I.
include $(topsrcdir)/config/rules.mk
DEFINES += -DREGISTER_PROXY_DLL -DUNICODE -D_UNICODE

View File

@ -49,6 +49,7 @@ OS_LIBS += \
MIDL_GENERATED_FILES = \
../../ISimpleDOMDocument.h \
../../ISimpleDOMDocument_iid.h \
ISimpleDOMDocument.h \
ISimpleDOMDocument_p.c \
ISimpleDOMDocument_i.c \
dlldata.c \
@ -60,6 +61,8 @@ GARBAGE += $(MIDL_GENERATED_FILES) done_gen $(CSRCS) $(SRCDIR_CSRCS)
FORCE_SHARED_LIB = 1
LOCAL_INCLUDES = -I.
include $(topsrcdir)/config/rules.mk
$(MIDL_GENERATED_FILES): done_gen

View File

@ -49,6 +49,7 @@ OS_LIBS += \
MIDL_GENERATED_FILES = \
../../ISimpleDOMNode.h \
../../ISimpleDOMNode_iid.h \
ISimpleDOMNode.h \
ISimpleDOMNode_p.c \
ISimpleDOMNode_i.c \
dlldata.c \
@ -60,6 +61,8 @@ GARBAGE += $(MIDL_GENERATED_FILES) done_gen $(CSRCS) $(SRCDIR_CSRCS)
FORCE_SHARED_LIB = 1
LOCAL_INCLUDES = -I.
include $(topsrcdir)/config/rules.mk
$(MIDL_GENERATED_FILES): done_gen