From: Pieter Lexis Date: Thu, 21 Feb 2019 11:06:56 +0000 (+0100) Subject: Fix fuzz target linking X-Git-Tag: dnsdist-1.4.0-alpha1~46^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd62b83674eb4678d45577483232df67de406e8;p=thirdparty%2Fpdns.git Fix fuzz target linking --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 40030a515e..77089ac443 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1431,6 +1431,7 @@ fuzz_target_packetcache_SOURCES = \ ednsoptions.cc ednsoptions.hh \ misc.cc misc.hh \ packetcache.hh \ + qtype.cc qtype.hh \ statbag.cc statbag.hh fuzz_target_packetcache_DEPENDENCIES = $(fuzz_targets_deps)