]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: dnstap - use declare_dependency for generated sources
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 23 Apr 2019 09:52:42 +0000 (11:52 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 25 Apr 2019 11:19:05 +0000 (13:19 +0200)
Closes #461

modules/dnstap/meson.build

index c3aa0803c22d57626240296540c8d3024de1a611..3a4813fbea8a6f6f6d361faccc191078d611714b 100644 (file)
@@ -40,8 +40,8 @@ if build_dnstap
   dnstap_mod = shared_module(
     'dnstap',
     dnstap_src,
-    dnstap_pb[1],
     dependencies: [
+      declare_dependency(sources: dnstap_pb),
       libfstrm,
       libprotobuf_c,
     ],