summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_images.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-26 09:35:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 10:02:55 +0100
commit7bd87eb30ca5df683fa3bd94ca5be9dbca362c03 (patch)
tree5f4497b7f274a0f6a2f86a88fc094c18eac934e1 /postprocess/CustomTarget_images.mk
parent51270a2cc26c8714c62f983702dae58dad1e6bd8 (diff)
remove xmlsecurity bitmaps from .src files
Change-Id: I4a1e272f26711e2c3a3860f3b2553467b979405c
Diffstat (limited to 'postprocess/CustomTarget_images.mk')
-rw-r--r--postprocess/CustomTarget_images.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index dad9b1e1f0d0..6a51612653c6 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -62,7 +62,8 @@ $(packimages_DIR)/sourceimagelist.ilst : \
$(SRCDIR)/framework/inc/bitmaps.hlst \
$(SRCDIR)/reportdesign/inc/bitmaps.hlst \
$(SRCDIR)/sfx2/inc/bitmaps.hlst \
- $(SRCDIR)/vcl/inc/bitmaps.hlst
+ $(SRCDIR)/vcl/inc/bitmaps.hlst \
+ $(SRCDIR)/xmlsecurity/inc/bitmaps.hlst
grep res $^ | cut -d'"' -f2 | sed "s/^/%MODULE%\//" | sed "s/%MODULE%.res/%GLOBALRES%/g" > $@
# commandimagelist.ilst and sorted.lst are phony to rebuild everything each time