Makefile.am
changeset 2054 3417bbc4ad2f
parent 1824 bbb70ca26f09
child 2589 2b9c78543663
equal deleted inserted replaced
2053:cceb9aacf4a6 2054:3417bbc4ad2f
    45 
    45 
    46 if ENABLE_TTY
    46 if ENABLE_TTY
    47 SUBDIRS += tty
    47 SUBDIRS += tty
    48 endif
    48 endif
    49 
    49 
       
    50 if ENABLE_RTDM
       
    51 SUBDIRS += rtdm
       
    52 endif
       
    53 
    50 # userspace example depends on lib/
    54 # userspace example depends on lib/
    51 SUBDIRS += examples
    55 SUBDIRS += examples
    52 
    56 
    53 DIST_SUBDIRS = \
    57 DIST_SUBDIRS = \
    54     devices \
    58     devices \
    57     lib \
    61     lib \
    58     m4 \
    62     m4 \
    59     master \
    63     master \
    60     script \
    64     script \
    61     tool \
    65     tool \
       
    66 	rtdm \
    62 	tty
    67 	tty
    63 
    68 
    64 noinst_HEADERS = \
    69 noinst_HEADERS = \
    65 	globals.h
    70 	globals.h
    66 
    71