X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=a0579cf923cad08deb0a58b53f6f672d7046949f;hb=e94995611bd4e05a2aac1c0ae7c7f0855137b78a;hp=8d0121a58547633dff99c1c50d9e34d71d0c618e;hpb=e2c431bcda7f057b4767c3e8142b9e0ca0d32bc6;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8d0121a5..a0579cf9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,6 +56,7 @@ INCLUDE_DIRECTORIES( ADD_LIBRARY(afb-lib STATIC afb-api-dbus.c afb-api-so.c + afb-api-so-v1.c afb-api-ws.c afb-apis.c afb-common.c @@ -69,7 +70,6 @@ ADD_LIBRARY(afb-lib STATIC afb-method.c afb-msg-json.c afb-session.c - afb-sig-handler.c afb-svc.c afb-subcall.c afb-thread.c @@ -78,10 +78,12 @@ ADD_LIBRARY(afb-lib STATIC afb-ws-json1.c afb-ws.c afb-wsj1.c + jobs.c locale-root.c + sd-fds.c + sig-monitor.c verbose.c websock.c - sd-fds.c ) ###########################################