]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdistdist/Makefile.am
Install quiche lib in proper location for macOS, and teach pkgconfig about it
[thirdparty/pdns.git] / pdns / dnsdistdist / Makefile.am
index c59dd4df4c2bdc28c41c19f8631d0689fda22525..f9a7bc297bd10a5b96898f8f937fac995987cee2 100644 (file)
@@ -440,6 +440,7 @@ endif
 if HAVE_DNS_OVER_QUIC
 dnsdist_SOURCES += doq.cc
 if HAVE_QUICHE
+AM_CPPFLAGS += $(QUICHE_CFLAGS)
 dnsdist_LDADD += $(QUICHE_LDFLAGS) $(QUICHE_LIBS)
 endif
 endif