From: wansuyoo Date: Thu, 28 Mar 2019 09:34:26 +0000 (+0900) Subject: update shared object file X-Git-Tag: submit/tizen/20190409.085658~13^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fd7696aa66a69dfa7a8d40c1dbb8fa819516dbb;p=platform%2Fcore%2Fsystem%2Fedge-orchestration.git update shared object file --- diff --git a/.gitignore b/.gitignore index 2965f15..e1d1cd4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ *.exe *.exe~ *.dll -*.so *.dylib bin/* pkg/* diff --git a/Makefile b/Makefile index 6231962..316a730 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ EXEC_SRC_DIR := orchestration OBJ_SRC_DIR := interface BIN_DIR := $(BASE_DIR)/bin CMAIN_DIR := $(BASE_DIR)/src/main-c -PKG_DIRS := servicemgr devicemgr restapi/v1 +PKG_DIRS := devicemgr discoverymgr interface orchestration restapi/v1 servicemgr .DEFAULT_GOAL := help diff --git a/src/main-c/orchestration.so b/src/main-c/orchestration.so new file mode 100644 index 0000000..45cf92f Binary files /dev/null and b/src/main-c/orchestration.so differ