Module: xenomai-jki
Branch: for-forge
Commit: 75cf55b76953d5a61e329a15175c7c4bff3b0071
URL:    
http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=75cf55b76953d5a61e329a15175c7c4bff3b0071

Author: Jan Kiszka <jan.kis...@siemens.com>
Date:   Thu Feb  6 09:47:10 2014 +0100

analogy: Do not install kernel-only headers

These are for kernel drivers only.

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

---

 include/analogy/Makefile.am |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/analogy/Makefile.am b/include/analogy/Makefile.am
index d9344ad..9f20cd2 100644
--- a/include/analogy/Makefile.am
+++ b/include/analogy/Makefile.am
@@ -3,7 +3,6 @@ includesubdir = $(includedir)/analogy
 includesub_HEADERS =   \
        buffer.h        \
        channel_range.h \
-       analogy_driver.h \
        analogy.h       \
        command.h       \
        context.h       \
@@ -12,7 +11,10 @@ includesub_HEADERS =         \
        driver.h        \
        instruction.h   \
        ioctl.h         \
-       os_facilities.h \
        subdevice.h     \
        transfer.h      \
        types.h
+
+noinst_HEADERS =       \
+       analogy_driver.h \
+       os_facilities.h


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

Reply via email to