Skip to content

Commit

Permalink
xcpmd: Install default.rules
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jandryuk committed Oct 26, 2022
1 parent 22a9f06 commit ee082c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcpmd/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ xcpmd_LDADD = \
$(LIBXCXENSTORE_LIBS)
xcpmd_LDFLAGS = -rdynamic

xcpmddir = $(datadir)/xcpmd
xcpmd_DATA = default.rules

#
# RPC generated stubs.
#
Expand Down

0 comments on commit ee082c5

Please sign in to comment.