summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rmt/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)