summaryrefslogtreecommitdiff
path: root/examples/systemtap/meson.build
blob: e9874846e6f516d595e2c23cbe5a93721340349e (plain)
1
2
3
4
5
6
7
8
9
install_data(
  [
    'events.stp',
    'lock-debug.stp',
    'qemu-monitor.stp',
    'rpc-monitor.stp',
  ],
  install_dir: example_dir / 'systemtap',
)