mirror of https://gitee.com/openkylin/libvirt.git
src: lxc: generate source files into build directory
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
775d08f8c6
commit
ae98112a85
|
@ -41,8 +41,6 @@ Makefile.in
|
|||
# libvirt related ignores
|
||||
/build/
|
||||
/ci/scratch/
|
||||
/src/lxc/lxc_controller_dispatch.h
|
||||
/src/lxc/lxc_monitor_dispatch.h
|
||||
/src/remote/*_client_bodies.h
|
||||
/src/remote/*_stubs.h
|
||||
tags
|
||||
|
|
|
@ -1977,7 +1977,6 @@ generated_files = \
|
|||
$(builddir)/src/*.[ch] \
|
||||
$(builddir)/src/*/*.[ch] \
|
||||
$(srcdir)/src/*/{remote,qemu,lxc}_daemon_dispatch_stubs.h \
|
||||
$(srcdir)/src/lxc/{lxc_monitor,lxc_controller}_dispatch.h \
|
||||
$(srcdir)/src/remote/*_client_bodies.h \
|
||||
$(srcdir)/gnulib/lib/*.[ch]
|
||||
|
||||
|
|
|
@ -252,13 +252,13 @@ lxc/lxc_monitor_dispatch.h: $(srcdir)/rpc/gendispatch.pl \
|
|||
$(LXC_MONITOR_PROTOCOL) Makefile.am
|
||||
$(AM_V_GEN)$(PERL) -w $(srcdir)/rpc/gendispatch.pl --mode=client \
|
||||
virLXCMonitor VIR_LXC_MONITOR $(LXC_MONITOR_PROTOCOL) > \
|
||||
$(srcdir)/lxc/lxc_monitor_dispatch.h
|
||||
lxc/lxc_monitor_dispatch.h
|
||||
|
||||
lxc/lxc_controller_dispatch.h: $(srcdir)/rpc/gendispatch.pl \
|
||||
$(REMOTE_PROTOCOL) Makefile.am
|
||||
$(AM_V_GEN)$(PERL) -w $(srcdir)/rpc/gendispatch.pl --mode=server \
|
||||
virLXCMonitor VIR_LXC_MONITOR $(LXC_MONITOR_PROTOCOL) > \
|
||||
$(srcdir)/lxc/lxc_controller_dispatch.h
|
||||
lxc/lxc_controller_dispatch.h
|
||||
|
||||
.PHONY: \
|
||||
install-data-lxc \
|
||||
|
|
Loading…
Reference in New Issue