• M
    daemon: Don't just include admin RPC · 13e5ea8b
    Michal Privoznik 提交于
    So, it's a little paradox that we use the file twice. Firstly to build
    libvirt-admin.la (a client side of the Admin API), then once again to
    build the server side. Well, the problem is, this does not play nicely
    with the distclean since the file is generated. So while it's removed
    in the src/ the distclean running in daemon/ will not find the file
    and fail. The file is needed because it contains the RPC wrappers. So
    let's leave the client code as is and from the daemon/ just link the
    client library. The linker will find desired symbols and use them.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    13e5ea8b
Makefile.am 15.4 KB