mirror of https://gitee.com/openkylin/libvirt.git
src: move nodist_libvirt_driver_remote_la_SOURCES into remote Makefile
Commit <124f06534c65618b1eeeee07bb26182ab8e30119> moved remote related build rules into separate makefile but forgot to move this part as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
3097282d86
commit
82a643a671
|
@ -529,9 +529,6 @@ if WITH_DTRACE_PROBES
|
|||
libvirt_la_BUILT_LIBADD += libvirt_probes.lo
|
||||
libvirt_la_DEPENDENCIES += libvirt_probes.lo libvirt_probes.o
|
||||
nodist_libvirt_la_SOURCES = libvirt_probes.h
|
||||
if WITH_REMOTE
|
||||
nodist_libvirt_driver_remote_la_SOURCES = libvirt_probes.h
|
||||
endif WITH_REMOTE
|
||||
DTRACE2SYSTEMTAP_FLAGS = --with-modules
|
||||
|
||||
BUILT_SOURCES += libvirt_probes.h libvirt_probes.stp libvirt_functions.stp
|
||||
|
|
|
@ -179,6 +179,10 @@ libvirt_driver_remote_la_CFLAGS = \
|
|||
libvirt_driver_remote_la_LDFLAGS = $(AM_LDFLAGS)
|
||||
libvirt_driver_remote_la_SOURCES = $(REMOTE_DRIVER_SOURCES)
|
||||
|
||||
if WITH_DTRACE_PROBES
|
||||
nodist_libvirt_driver_remote_la_SOURCES = libvirt_probes.h
|
||||
endif WITH_DTRACE_PROBES
|
||||
|
||||
if WITH_SASL
|
||||
libvirt_driver_remote_la_CFLAGS += \
|
||||
$(SASL_CFLAGS) \
|
||||
|
|
Loading…
Reference in New Issue