X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=clients%2Fmeson.build;h=648c95adafbd32cd70a970565dd5ac7cb690a17c;hb=refs%2Fheads%2Fsandbox%2Fmvlad%2Fswitch-to-grpc;hp=ff27a60f4586b7efa8ba5c573b5083c429d464dc;hpb=68dab999a68e42af926e8e6b1f7adb834bea6d51;p=src%2Fagl-compositor.git diff --git a/clients/meson.build b/clients/meson.build index ff27a60..648c95a 100644 --- a/clients/meson.build +++ b/clients/meson.build @@ -46,7 +46,9 @@ clients = [ { 'basename': 'agl-shell-grpc-server', 'sources': [ - 'grpc.cpp', + 'main-grpc.cpp', + 'grpc-async-cb.cpp', + 'shell.cpp', generated_protoc_sources, generated_grpc_sources, agl_shell_client_protocol_h,