1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-26 03:21:44 +03:00

daemon: exclude requirement for probes.h on systems without systemtap

This 1-liner was actually written by Eric Blake, over IRC. It
addresses a compilation failure in make dist and make rpm for
systems without the dtrace/systemtap development libraries
installed.
This commit is contained in:
Justin Clift 2010-10-23 07:52:18 +11:00
parent 30b2945595
commit 880da47a05

View File

@ -168,7 +168,7 @@ EXTRA_DIST += probes.d libvirtd.stp
if WITH_DTRACE
libvirtd_LDADD += probes.o
libvirtd_SOURCES += probes.h
libvirtd_nodist_SOURCES = probes.h
BUILT_SOURCES += probes.h