summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-29 17:38:54 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 17:39:18 +0200
commit76804ffd5546261ac895ff32ab02e36383304d37 (patch)
tree38b59b2a7cd340f52d02bae725f6be2cf2f44762 /shell
parentde1297a1ffd01c1829f6c82d1c9d53b5a7c3c3b5 (diff)
copy header files too
Change-Id: I5b3e1cd3a44d8f5ea11b3456516258564899c3f6
Diffstat (limited to 'shell')
-rw-r--r--shell/CustomTarget_x64.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/shell/CustomTarget_x64.mk b/shell/CustomTarget_x64.mk
index e1e5f681034a..513948213a4e 100644
--- a/shell/CustomTarget_x64.mk
+++ b/shell/CustomTarget_x64.mk
@@ -62,9 +62,24 @@ SHELL_PROPERTYHDL_FILES := \
SHELL_XMLPARSER_FILES := \
all/xml_parser
+SHELL_HEADERS := \
+ win32/ooofilereader/autostyletag \
+ win32/ooofilereader/dummytag \
+ win32/ooofilereader/itag \
+ win32/ooofilereader/keywordstag \
+ win32/ooofilereader/simpletag \
+ win32/shlxthandler/classfactory \
+ win32/shlxthandler/ooofilt/ooofilt \
+ win32/shlxthandler/ooofilt/propspec \
+ win32/shlxthandler/propsheets/document_statistic \
+ win32/shlxthandler/propsheets/listviewbuilder \
+ win32/zipfile/zipexcptn
+
$(call gb_CustomTarget_get_target,shell/source) : \
$(foreach source,$(SHELL_SHLXTHANDLER_COMMON_FILES) $(SHELL_SHLXTHDL_FILES) $(SHELL_OOOFILT_FILES) $(SHELL_PROPERTYHDL_FILES) $(SHELL_XMLPARSER_FILES),\
- $(call gb_CustomTarget_get_workdir,shell/source)/$(source).cxx)
+ $(call gb_CustomTarget_get_workdir,shell/source)/$(source).cxx) \
+ $(foreach header,$(SHELL_HEADERS),\
+ $(call gb_CustomTarget_get_workdir,shell/source)/$(header).hxx)
$(call gb_CustomTarget_get_workdir,shell/source)/% : $(SRCDIR)/shell/source/%
mkdir -p $(dir $@) && $(call gb_Deliver_deliver,$<,$@)