summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2022-12-08 10:48:06 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-12-21 20:10:58 +0100
commitd5469cb743c284461739cb99c686dfbe92ded70c (patch)
treef68b3b7e2a8a82d842a90f2ba085fee441e2393f /Makefile.am
parent685973a9f1cb2c9a49ea517a8feab7012a35a1fd (diff)
downloadopenvswitch-d5469cb743c284461739cb99c686dfbe92ded70c.tar.gz
Makefile: Add USDT scripts to make install and fedora/debian test rpm.
This change will install all the USDT scripts to the {_datadir}/openvswitch/scripts/usdt directory with the make install command. In addition it will also add them to the Fedora and Debian openvswitch-test rpm. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d43853867..606bcc22e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,6 +120,7 @@ OVSIDL_BUILT =
pkgdata_DATA =
sbin_SCRIPTS =
scripts_SCRIPTS =
+usdt_SCRIPTS =
completion_SCRIPTS =
scripts_DATA =
SUFFIXES =
@@ -133,6 +134,7 @@ C ?= 1
endif
scriptsdir = $(pkgdatadir)/scripts
+usdtdir = $(pkgdatadir)/scripts/usdt
completiondir = $(sysconfdir)/bash_completion.d
pkgconfigdir = $(libdir)/pkgconfig