From 7bd62b83674eb4678d45577483232df67de406e8 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 21 Feb 2019 12:06:56 +0100 Subject: [PATCH] Fix fuzz target linking --- pdns/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.2