mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
meson: remove '.libs' from all relevant paths
Meson doesn't use .libs directory, everything is placed directly into directories where meson.build file is used. In order to have working tests and running libvirt directly from GIT we need to fix all the paths pointing '.libs' directory. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# source git directory, it should be only slight modification to the following:
|
||||
#
|
||||
# ./run stap --ldd -c src/libvirtd -d src/libvirtd
|
||||
# examples/systemtap/lock-debug.stp src/.libs/libvirt.so
|
||||
# examples/systemtap/lock-debug.stp src/libvirt.so
|
||||
#
|
||||
# Debug RWLock mechanisms as well.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user