Skip to content

Commit 255c478

Browse files
jandryukforbesrodney
authored andcommitted
xcpmd: Install default.rules
We have the rules in the source tree, but we need to install them into the system at /usr/share/xcpmd/default.rules so they can be used at runtime. Signed-off-by: Jason Andryuk <[email protected]>
1 parent 8b0aa91 commit 255c478

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xcpmd/src/Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ xcpmd_LDADD = \
5656
$(LIBXCXENSTORE_LIBS)
5757
xcpmd_LDFLAGS = -rdynamic
5858

59+
xcpmddir = $(datadir)/xcpmd
60+
xcpmd_DATA = default.rules
61+
5962
#
6063
# RPC generated stubs.
6164
#

0 commit comments

Comments
 (0)