Skip to content
Snippets Groups Projects
Commit 263d6793 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

[dnssec] gnutls required in shared internal lib

parent 6de610b9
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ AM_CPPFLAGS = \
-I$(srcdir)/../shared \
-I$(srcdir)/../lib/dnssec \
-I$(srcdir)/../lib \
$(gnutls_CFLAGS) \
$(CODE_COVERAGE_CFLAGS)
AM_LDFLAGS = \
......@@ -17,7 +18,6 @@ libutils_la_LIBADD = \
libutils_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(gnutls_CFLAGS) \
-I$(top_srcdir)/src/zscanner
libutils_la_SOURCES = \
......
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