X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=2985db4b69fe8a60961f300ea0b4c30a940cb9f3;hb=d9de3cd38b17ad16fb6ad6f74e83f4700c5f2b49;hp=473326871f1f0e7919b10699cf9fc6ace8650ea0;hpb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 47332687..2985db4b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,7 +56,6 @@ SET(AFB_LIB_SOURCES afb-session.c afb-socket.c afb-stub-ws.c - afb-systemd.c afb-trace.c afb-websock.c afb-ws-client.c @@ -64,6 +63,7 @@ SET(AFB_LIB_SOURCES afb-ws.c afb-wsj1.c afb-xreq.c + evmgr.c fdev.c fdev-epoll.c fdev-systemd.c @@ -74,7 +74,9 @@ SET(AFB_LIB_SOURCES process-name.c sig-monitor.c subpath.c + systemd.c verbose.c + watchdog.c websock.c wrap-json.c )