提交 82a643a6 编写于 作者: P Pavel Hrdina

src: move nodist_libvirt_driver_remote_la_SOURCES into remote Makefile

Commit <124f0653> moved remote related
build rules into separate makefile but forgot to move this part as well.
Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 3097282d
...@@ -529,9 +529,6 @@ if WITH_DTRACE_PROBES ...@@ -529,9 +529,6 @@ if WITH_DTRACE_PROBES
libvirt_la_BUILT_LIBADD += libvirt_probes.lo libvirt_la_BUILT_LIBADD += libvirt_probes.lo
libvirt_la_DEPENDENCIES += libvirt_probes.lo libvirt_probes.o libvirt_la_DEPENDENCIES += libvirt_probes.lo libvirt_probes.o
nodist_libvirt_la_SOURCES = libvirt_probes.h 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 DTRACE2SYSTEMTAP_FLAGS = --with-modules
BUILT_SOURCES += libvirt_probes.h libvirt_probes.stp libvirt_functions.stp BUILT_SOURCES += libvirt_probes.h libvirt_probes.stp libvirt_functions.stp
......
...@@ -179,6 +179,10 @@ libvirt_driver_remote_la_CFLAGS = \ ...@@ -179,6 +179,10 @@ libvirt_driver_remote_la_CFLAGS = \
libvirt_driver_remote_la_LDFLAGS = $(AM_LDFLAGS) libvirt_driver_remote_la_LDFLAGS = $(AM_LDFLAGS)
libvirt_driver_remote_la_SOURCES = $(REMOTE_DRIVER_SOURCES) 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 if WITH_SASL
libvirt_driver_remote_la_CFLAGS += \ libvirt_driver_remote_la_CFLAGS += \
$(SASL_CFLAGS) \ $(SASL_CFLAGS) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册