We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2a3016 + e34e7b8 commit fe92fbeCopy full SHA for fe92fbe
3rd-party/romio341/mpl/Makefile.am
@@ -36,7 +36,6 @@ mpl_headers = \
36
include/mpl_gpu_fallback.h\
37
include/mpl_gpu_ze.h \
38
include/mpl_math.h \
39
- include/mplconfig.h \
40
include/utlist.h \
41
include/mpl_valgrind.h \
42
include/mpl_env.h \
@@ -75,9 +74,11 @@ mpl_headers = \
75
74
76
if MPL_EMBEDDED_MODE
77
noinst_HEADERS += $(mpl_headers)
+nodist_noinst_HEADERS = include/mplconfig.h
78
noinst_LTLIBRARIES = lib@[email protected]
79
else !MPL_EMBEDDED_MODE
80
include_HEADERS = $(mpl_headers)
81
+nodist_include_HEADERS = include/mplconfig.h
82
lib_LTLIBRARIES = lib@[email protected]
83
endif !MPL_EMBEDDED_MODE
84
0 commit comments