Module: xenomai-3
Branch: next
Commit: eb2f4b5dcf553aee6b9ddacba3a7b625d5f36482
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=eb2f4b5dcf553aee6b9ddacba3a7b625d5f36482

Author: Jan Kiszka <jan.kis...@siemens.com>
Date:   Mon Jul 20 08:00:27 2015 +0200

lib/cobalt: Do no install syscall header

Not part of the external API, and the file is unusable anyway due to
unfulfilled dependencies.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>

---

 include/cobalt/uapi/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/cobalt/uapi/Makefile.am b/include/cobalt/uapi/Makefile.am
index 6adecc0..d887213 100644
--- a/include/cobalt/uapi/Makefile.am
+++ b/include/cobalt/uapi/Makefile.am
@@ -9,8 +9,10 @@ includesub_HEADERS =   \
        sched.h         \
        sem.h           \
        signal.h        \
-       syscall.h       \
        thread.h        \
        time.h
 
+noinst_HEADERS =       \
+       syscall.h
+
 SUBDIRS = asm-generic kernel


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to