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:
parent
56db0bd32c
commit
dcce8038be
@ -9,6 +9,7 @@ AM_CPPFLAGS = \
|
|||||||
-include $(top_builddir)/config.h \
|
-include $(top_builddir)/config.h \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
|
-I$(top_srcdir)/library/include \
|
||||||
-Wno-unused-result \
|
-Wno-unused-result \
|
||||||
-DLOCALEDIR=\"$(localedir)\" \
|
-DLOCALEDIR=\"$(localedir)\" \
|
||||||
@HARDEN_CFLAGS@
|
@HARDEN_CFLAGS@
|
||||||
|
Loading…
Reference in New Issue
Block a user