X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;fp=src%2FCMakeLists.txt;h=4ef001f0b6fc299fa7952730b3e2b9cc4d08c207;hb=1283a8261cf0d44c61f6f5425a68b2e8ca22aabe;hp=eb299d28ea66de8513d84cb2cc6fbcafe4c1f0fd;hpb=78cb4b202221b7ac90ffb586da362f3efb9f27b1;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb299d28..4ef001f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -52,11 +52,11 @@ SET(AFB_LIB_SOURCES afb-api-v3.c afb-api-ws.c afb-apiset.c + afb-args.c afb-auth.c afb-autoset.c afb-calls.c afb-common.c - afb-config.c afb-context.c afb-cred.c afb-debug.c @@ -135,7 +135,7 @@ INSTALL(TARGETS afb-daemon # build and install afb-daemon ########################################### IF(INCLUDE_SUPERVISOR) - ADD_EXECUTABLE(afs-supervisor main-afs-supervisor.c afs-supervisor.c afs-discover.c afs-config.c) + ADD_EXECUTABLE(afs-supervisor main-afs-supervisor.c afs-supervisor.c afs-discover.c afs-args.c) TARGET_LINK_LIBRARIES(afs-supervisor afb-lib ${link_libraries}