mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
[dnssec] fix off-tree build
This commit is contained in:
parent
3e0a183b2a
commit
e5b7ee4feb
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ SUBDIRS = . utils tests
|
|||
|
||||
AM_CPPFLAGS = \
|
||||
-include $(top_builddir)/src/config.h \
|
||||
-Ishared -Ilib -Ilib/dnssec \
|
||||
-I$(srcdir)/shared \
|
||||
-I$(srcdir)/lib \
|
||||
-I$(srcdir)/lib/dnssec \
|
||||
$(CODE_COVERAGE_CFLAGS) \
|
||||
$(gnutls_CFLAGS) \
|
||||
$(jannson_CFLAGS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue