Skip to content

Commit fe92fbe

Browse files
authored
Merge pull request #10386 from ggouaillardet/topic/romio341_mplconfig
romio341: do not include auto-generated file in the dist tarball
2 parents c2a3016 + e34e7b8 commit fe92fbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

3rd-party/romio341/mpl/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ mpl_headers = \
3636
include/mpl_gpu_fallback.h\
3737
include/mpl_gpu_ze.h \
3838
include/mpl_math.h \
39-
include/mplconfig.h \
4039
include/utlist.h \
4140
include/mpl_valgrind.h \
4241
include/mpl_env.h \
@@ -75,9 +74,11 @@ mpl_headers = \
7574

7675
if MPL_EMBEDDED_MODE
7776
noinst_HEADERS += $(mpl_headers)
77+
nodist_noinst_HEADERS = include/mplconfig.h
7878
noinst_LTLIBRARIES = lib@[email protected]
7979
else !MPL_EMBEDDED_MODE
8080
include_HEADERS = $(mpl_headers)
81+
nodist_include_HEADERS = include/mplconfig.h
8182
lib_LTLIBRARIES = lib@[email protected]
8283
endif !MPL_EMBEDDED_MODE
8384

0 commit comments

Comments
 (0)