diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 09:35:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 10:02:55 +0100 |
commit | 7bd87eb30ca5df683fa3bd94ca5be9dbca362c03 (patch) | |
tree | 5f4497b7f274a0f6a2f86a88fc094c18eac934e1 /postprocess | |
parent | 51270a2cc26c8714c62f983702dae58dad1e6bd8 (diff) |
remove xmlsecurity bitmaps from .src files
Change-Id: I4a1e272f26711e2c3a3860f3b2553467b979405c
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 3 |
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 |