summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-05-28 02:40:50 +0200
committerPavel Hrdina <phrdina@redhat.com>2020-08-03 09:27:00 +0200
commit018f7fa8dc958731f09a79580819ccb37e427d11 (patch)
tree2ca55f60c1ccc026e1792bea1bca9fe228996131 /examples
parentaf8611916a9b62fff841ddbdd575f95ba60f559a (diff)
downloadlibvirt-018f7fa8dc958731f09a79580819ccb37e427d11.tar.gz
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>
Diffstat (limited to 'examples')
-rw-r--r--examples/systemtap/lock-debug.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systemtap/lock-debug.stp b/examples/systemtap/lock-debug.stp
index 0c9cc38692..a68a385569 100644
--- a/examples/systemtap/lock-debug.stp
+++ b/examples/systemtap/lock-debug.stp
@@ -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.
#