From cfe6c01896e9606f321e62f77be0b922be419999 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 27 Feb 2021 14:19:01 -0800 Subject: rmt: fix missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rmt/Makefile.am (AM_CPPFLAGS): Add $(top_srcdir)/paxlib, for system.h’s ‘#include ’. --- rmt/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rmt/Makefile.am b/rmt/Makefile.am index e1db685..950b3c8 100644 --- a/rmt/Makefile.am +++ b/rmt/Makefile.am @@ -4,7 +4,8 @@ EXTRA_PROGRAMS = rmt rmt_SOURCES = rmt.c -AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib +AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib \ + -I$(top_srcdir)/paxlib LDADD = ../gnu/libgnu.a $(LIBINTL) -- cgit v1.2.1