From: Craig Small Date: Mon, 29 Aug 2022 09:16:49 +0000 (+1000) Subject: build-sys: Need to add libary includes X-Git-Tag: v4.0.1rc1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcce8038bed372141bd97126a71ceee25bf48abf;p=procps-ng 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. --- 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@