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:
parent
30b2945595
commit
880da47a05
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user