Commit 8199838a authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix embedded

parent db26ab8a
......@@ -152,7 +152,6 @@ ENDIF()
SET(EMBEDDED_API)
FOREACH(f ${CLIENT_API_FUNCTIONS})
#IF(NOT(f MATCHES "plugin") AND NOT (f MATCHES "_start$") AND NOT (f MATCHES "_cont$"))
IF(NOT(f MATCHES "plugin|_start$|_cont$"))
SET(EMBEDDED_API ${EMBEDDED_API} ${f})
ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment