From dcce8038bed372141bd97126a71ceee25bf48abf Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 29 Aug 2022 19:16:49 +1000 Subject: [PATCH] build-sys: Need to add libary includes The default path didn't add the library includes. A standard build would work, but a make distcheck would not. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 075638a9..444f6c7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -I$(top_srcdir) \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/library/include \ -Wno-unused-result \ -DLOCALEDIR=\"$(localedir)\" \ @HARDEN_CFLAGS@