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
16
16
sources = \
17
17
ext3x_local.c
18
18
19
- nodist_headers = \
19
+ headers = \
20
20
ext3x.h
21
21
22
22
nodist_sources = \
40
40
41
41
mcacomponentdir = $(opallibdir )
42
42
mcacomponent_LTLIBRARIES = $(component_install )
43
- mca_pmix_ext3x_la_SOURCES = $(sources )
43
+ mca_pmix_ext3x_la_SOURCES = $(sources ) $( headers )
44
44
nodist_mca_pmix_ext3x_la_SOURCES = $(nodist_sources )
45
45
mca_pmix_ext3x_la_CFLAGS = $(opal_pmix_ext3x_CFLAGS )
46
46
mca_pmix_ext3x_la_CPPFLAGS =$(opal_pmix_ext3x_CPPFLAGS )
@@ -49,12 +49,12 @@ mca_pmix_ext3x_la_LIBADD = $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
49
49
$(opal_pmix_ext3x_LIBS )
50
50
51
51
noinst_LTLIBRARIES = $(component_noinst )
52
- libmca_pmix_ext3x_la_SOURCES =$(sources )
52
+ libmca_pmix_ext3x_la_SOURCES =$(sources ) $( headers )
53
53
nodist_libmca_pmix_ext3x_la_SOURCES = $(nodist_sources )
54
54
libmca_pmix_ext3x_la_CFLAGS = $(opal_pmix_ext3x_CFLAGS )
55
55
libmca_pmix_ext3x_la_CPPFLAGS = $(opal_pmix_ext3x_CPPFLAGS )
56
56
libmca_pmix_ext3x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext3x_LDFLAGS )
57
57
libmca_pmix_ext3x_la_LIBADD = $(opal_pmix_ext3x_LIBS )
58
58
59
59
clean-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