Skip to content

Commit

Permalink
Add missing CLEANFILES
Browse files Browse the repository at this point in the history
Add the missing CLEANFILES to ldms/src/Makefile.am to repair
"make distcheck".

The commit:

* 713db19 2020-09-30 General build system cleanup

neglected to add the appropriate CLEANFILES in ldms/src/Makefile.am
when it removed the custom distclean-local.
  • Loading branch information
morrone authored and tom95858 committed Oct 18, 2020
1 parent f57fa96 commit 2ad5206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ldms/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ EXTRA_DIST = ovis-ldms-configvars.sh.in
# override pkglibdir sanity checks
mypkglibdir = $(pkglibdir)
mypkglib_DATA = ovis-ldms-configure-args ovis-ldms-configure-env

CLEANFILES = ovis-ldms-configvars.sh ovis-ldms-configure-args ovis-ldms-configure-env

0 comments on commit 2ad5206

Please sign in to comment.