summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index b7576cc88e..8ab2c8252e 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -27,10 +27,15 @@ export PROJECT_HOME
SUB_DIRS=build-tools src
+# We only make the ka9q install point if it is enabled.
+LIBKA9Q_yes_V = include/ka9q
+LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
+
# directories to be created in install point
CREATE_DIRS = include include/sys \
include/rtems include/rtems/score include/rtems/rtems include/rtems/posix \
- include/libc include/libc/sys \
+ include/netinet include/libc include/libc/sys \
+ $(LIBKA9Q) \
lib \
bin \
samples tests \