X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=14c5120dd0c6eed6956f5bafdb0d30ede0b7e35c;hb=170aef20bc3a59d5139c2eff8794d9ba4c83a2e5;hp=d2789846f07006583686bc6adcc2380d8507eab4;hpb=d0c20134a2c9ecb53045b63cb1e0d6e2aa2b26d2;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d2789846..14c5120d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,6 @@ ADD_SUBDIRECTORY(tests) ADD_DEFINITIONS(-DBINDING_INSTALL_DIR="${binding_install_dir}") # Always add INFER_EXTENSION (more details in afb-hreq.c) ADD_DEFINITIONS(-DINFER_EXTENSION) -ADD_DEFINITIONS(-DAGL_DEVEL) ADD_LIBRARY(afb-lib STATIC afb-api.c @@ -56,6 +55,7 @@ ADD_LIBRARY(afb-lib STATIC afb-session.c afb-stub-ws.c afb-svc.c + afb-trace.c afb-websock.c afb-ws-client.c afb-ws-json1.c @@ -64,8 +64,10 @@ ADD_LIBRARY(afb-lib STATIC afb-xreq.c jobs.c locale-root.c + process-name.c sd-fds.c sig-monitor.c + subpath.c verbose.c websock.c wrap-json.c