Skip to content

Commit

Permalink
Pickup SBOM file (#254)
Browse files Browse the repository at this point in the history
* update makefile to add sbom.spdx file with wildcard
  • Loading branch information
yizshi authored Jul 20, 2023
1 parent 89aa199 commit 3676542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
SUBDIRS += tests
SUBDIRS += tests/unity_tests

dist_doc_DATA = README.md CONTRIBUTING.md AUTHORS CHANGES
dist_doc_DATA = README.md CONTRIBUTING.md AUTHORS CHANGES $(wildcard sbom.spdx)

# XXX - get around our default non-prefix-preserving paths for distcheck
DISTCHECK_CONFIGURE_FLAGS = --sysconfdir='$${prefix}/etc/duo'
Expand Down

0 comments on commit 3676542

Please sign in to comment.