summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-16 09:03:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-20 14:17:38 +0000
commit3b7b4d07bcd9e41cbcc61ea7c8bbc31e7d8d342c (patch)
treeccb8b27ac3b3c541ae697d6d7a709b4c399fe618 /Makefile.in
parent1ad871ce0d4f2809161c8450e53c6598f449de95 (diff)
wmffuzzer as single static binary for oss-fuzz
Change-Id: I4d5ae63e46809341a7bb74a7c89b5a80c7a91e38 Reviewed-on: https://gerrit.libreoffice.org/32227 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3a8b8381e297..517d1332dedb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -424,6 +424,8 @@ $(foreach ide,\
eclipsecdt,\
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
+fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag StaticLibrary_ulingu StaticLibrary_jpeg StaticLibrary_findsofficepath Rdb_services udkapi offapi Library_clew Library_gie Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_cppuhelper Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts Executable_wmffuzzer
+
endif # MAKE_RESTARTS
# vim: set noet sw=4 ts=4: