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.
This commit is contained in:
Craig Small 2022-08-29 19:16:49 +10:00
parent 56db0bd32c
commit dcce8038be
1 changed files with 1 additions and 0 deletions

View 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@