Skip to content

Commit

Permalink
Fix "make dist" by including headers (openpmix#317)
Browse files Browse the repository at this point in the history
A couple of headers were missing from the tarball generated
by "make dist", which makes running nightly built / Coverity
difficult.

Signed-off-by: Brian Barrett <[email protected]>
  • Loading branch information
bwbarrett authored and rhc54 committed Jan 25, 2020
1 parent 5140662 commit be3877c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ headers = prrte_config.h \
prefetch.h \
prrte_config_top.h \
prrte_config_bottom.h \
prrte_portable_platform.h \
prrte_stdint.h \
prrte_stdatomic.h \
prrte_socket_errno.h \
align.h

nodist_headers = \
Expand Down
1 change: 1 addition & 0 deletions src/util/hostfile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $(nodist_man_MANS): $(am__dirstamp) $(top_builddir)/src/include/prrte_config.h
libprrteutilhostfile_la_SOURCES = \
hostfile_lex.h \
hostfile_lex.l \
hostfile.h \
hostfile.c

maintainer-clean-local:
Expand Down

0 comments on commit be3877c

Please sign in to comment.