Skip to content
Snippets Groups Projects
Commit 2b487ca9 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Add $(DNSTAP_LIBS) to kdig and khost LDFLAGS

parent 88c2441b
No related branches found
No related tags found
No related merge requests found
......@@ -437,8 +437,8 @@ knsupdate_LDADD = zscanner/libzscanner.la libknotus.la
#######################################
if HAVE_DNSTAP
kdig_LDADD += dnstap/libdnstap.la
khost_LDADD += dnstap/libdnstap.la
kdig_LDADD += $(DNSTAP_LIBS) dnstap/libdnstap.la
khost_LDADD += $(DNSTAP_LIBS) dnstap/libdnstap.la
endif # HAVE_DNSTAP
if HAVE_ROSEDB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment