diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-30 15:30:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-02 20:36:13 +0000 |
commit | 85e8507d19195387784ba6af42d91609b129e00d (patch) | |
tree | 7becdfed97aa7c8abe37d4194046ba9cf2532b4f /Repository.mk | |
parent | f6ff601b820749898a045e115cc0dc460e996104 (diff) |
add a jpg fuzzer
reshuffle things to share common core
Change-Id: I50aa0e2ddeefaa4b2d0592b1118defd28b7347db
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index dbc3c2bc5a25..8e296ecc399b 100644 --- a/Repository.mk +++ b/Repository.mk @@ -94,6 +94,7 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \ $(call gb_Helper_optional,BREAKPAD,minidump_upload) \ $(call gb_Helper_optional,FUZZERS,wmffuzzer) \ + $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \ $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \ soffice_bin \ $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \ |