]> granicus.if.org Git - procps-ng/commitdiff
build-sys: Need to add libary includes
authorCraig Small <csmall@dropbear.xyz>
Mon, 29 Aug 2022 09:16:49 +0000 (19:16 +1000)
committerCraig Small <csmall@dropbear.xyz>
Mon, 29 Aug 2022 09:16:49 +0000 (19:16 +1000)
The default path didn't add the library includes. A standard
build would work, but a make distcheck would not.

Makefile.am

index 075638a93a3cb908ad2a059f3a96e1f17cda50ff..444f6c7dba057995fc41c56f24e86926043947f9 100644 (file)
@@ -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@