summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/stackchk/Makefile.am')
-rw-r--r--cpukit/libmisc/stackchk/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/libmisc/stackchk/Makefile.am b/cpukit/libmisc/stackchk/Makefile.am
index 9abd656c19..bdf3b523cd 100644
--- a/cpukit/libmisc/stackchk/Makefile.am
+++ b/cpukit/libmisc/stackchk/Makefile.am
@@ -13,12 +13,13 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include_rtems_HEADERS = stackchk.h
-noinst_HEADERS = config.h
-noinst_HEADERS += internal.h
+noinst_HEADERS = internal.h
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
+AM_CPPFLAGS += -I$(top_builddir)
+
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/rtems/%.h: %.h