File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dist_opaldata_DATA = help-pmix-ext3x.txt
1616sources = \
1717 ext3x_local.c
1818
19- nodist_headers = \
19+ headers = \
2020 ext3x.h
2121
2222nodist_sources = \
4040
4141mcacomponentdir = $(opallibdir )
4242mcacomponent_LTLIBRARIES = $(component_install )
43- mca_pmix_ext3x_la_SOURCES = $(sources )
43+ mca_pmix_ext3x_la_SOURCES = $(sources ) $( headers )
4444nodist_mca_pmix_ext3x_la_SOURCES = $(nodist_sources )
4545mca_pmix_ext3x_la_CFLAGS = $(opal_pmix_ext3x_CFLAGS )
4646mca_pmix_ext3x_la_CPPFLAGS =$(opal_pmix_ext3x_CPPFLAGS )
@@ -49,12 +49,12 @@ mca_pmix_ext3x_la_LIBADD = $(top_builddir)/opal/lib@
[email protected] 4949 $(opal_pmix_ext3x_LIBS )
5050
5151noinst_LTLIBRARIES = $(component_noinst )
52- libmca_pmix_ext3x_la_SOURCES =$(sources )
52+ libmca_pmix_ext3x_la_SOURCES =$(sources ) $( headers )
5353nodist_libmca_pmix_ext3x_la_SOURCES = $(nodist_sources )
5454libmca_pmix_ext3x_la_CFLAGS = $(opal_pmix_ext3x_CFLAGS )
5555libmca_pmix_ext3x_la_CPPFLAGS = $(opal_pmix_ext3x_CPPFLAGS )
5656libmca_pmix_ext3x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext3x_LDFLAGS )
5757libmca_pmix_ext3x_la_LIBADD = $(opal_pmix_ext3x_LIBS )
5858
5959clean-local :
60- $(RM ) -f $(nodist_sources ) $( nodist_headers )
60+ $(RM ) -f $(nodist_sources )
You can’t perform that action at this time.
0 commit comments