]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/Makefile.omk
OMK updated
[orte.git] / orte / liborte / Makefile.omk
index 6834175ee7db2c140cf8e49b2186285b303add41..f2508fdd09a59cdc5c89868934734d56fc6c7103 100644 (file)
@@ -6,14 +6,6 @@ lib_LIBRARIES = orte
 
 INCLUDES = -I $(srcdir)/../include
 
-include_HEADERS = \
-../include/orte.h \
-../include/orte_config_omk_unix.h \
-../include/orte/typedefs_defines_rtps.h \
-../include/orte/defines_api.h \
-../include/orte/typedefs_api.h \
-../include/orte/protos_api.h
-
 orte_SOURCES = \
 conv.c \
 debug.c \
@@ -65,7 +57,7 @@ endif #CONFIG_OC_ETH_ORTE
 #############################################################################
 # RT-Linux version of build
 
-default_CONFIG = CONFIG_OC_ETH_ORTE_RTL=n
+default_CONFIG += CONFIG_OC_ETH_ORTE_RTL=n
 
 ifeq ($(CONFIG_OC_ETH_ORTE_RTL),y)
 
@@ -73,14 +65,6 @@ rtlinux_LIBRARIES = orte_rt
 
 rtlinux_INCLUDES = -I $(srcdir)/../include
 
-rtlinux_HEADERS = \
-../include/orte.h \
-../include/orte_config_omk_rtl.h \
-../include/orte/typedefs_defines_rtps.h \
-../include/orte/defines_api.h \
-../include/orte/typedefs_api.h \
-../include/orte/protos_api.h
-
 ortert_SOURCES = \
 conv.c \
 debug.c \