some compatibility work

This commit is contained in:
2017-01-25 16:40:58 +01:00
parent 2968231b60
commit efd5a0cbcd

View File

@ -13,8 +13,10 @@ else
include $(TOP)/configure/CONFIG include $(TOP)/configure/CONFIG
endif endif
DIRS = src DIRS = configure
streamApp_DEPEND_DIRS = src DIRS += src
src_DEPEND_DIRS = configure
DIRS += streamApp DIRS += streamApp
streamApp_DEPEND_DIRS = src
include $(CONFIG)/RULES_DIRS include $(CONFIG)/RULES_TOP