diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-27 09:35:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-02 14:13:54 +0000 |
commit | 85abe70d7fe8e3ddf32780e816113aecca594a19 (patch) | |
tree | f3e2b31677c3d2fe25b067c75e588b4c3a44f777 /Repository.mk | |
parent | 23672df737258391bd9533e61733c6cc70b9a5eb (diff) |
add lwp fuzzer
Change-Id: I72a2d8ce47059f9af65d89fbdcc09d96c40cb79b
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 50ff121b3114..bf5f9a8698a4 100644 --- a/Repository.mk +++ b/Repository.mk @@ -114,6 +114,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \ $(call gb_Helper_optional,FUZZERS,tiffuzzer) \ $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \ $(call gb_Helper_optional,FUZZERS,602fuzzer) \ + $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \ $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \ soffice_bin \ $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \ |