X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=915da89dc8d0e68db23c2fd16f0f1f1e352269d7;hb=1d0f869ce3379089b4f4c5285e3d30e971e5b93d;hp=ca20665b32b28a9354cbeb2e97bbd8096d7e617b;hpb=26bca5f8a8c6f9403a84945a5cd914b6da948efd;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ca20665b..915da89d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ INCLUDE(FindPkgConfig) -ADD_DEFINITIONS(-DPLUGIN_INSTALL_DIR="${plugin_install_dir}") +ADD_DEFINITIONS(-DBINDING_INSTALL_DIR="${binding_install_dir}") CHECK_INCLUDE_FILES(magic.h HAVE_MAGIC_H) CHECK_LIBRARY_EXISTS(magic magic_load "" HAVE_LIBMAGIC_SO) @@ -35,12 +35,15 @@ ADD_LIBRARY(afb-lib STATIC afb-apis.c afb-common.c afb-context.c + afb-evt.c afb-hreq.c afb-hsrv.c afb-hswitch.c afb-method.c afb-msg-json.c afb-sig-handler.c + afb-svc.c + afb-subcall.c afb-websock.c afb-ws-client.c afb-ws-json1.c