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
endif
DIRS = src
streamApp_DEPEND_DIRS = src
DIRS = configure
DIRS += src
src_DEPEND_DIRS = configure
DIRS += streamApp
streamApp_DEPEND_DIRS = src
include $(CONFIG)/RULES_DIRS
include $(CONFIG)/RULES_TOP