Skip to content

Commit 347290f

Browse files
committed
pml/Makefile.am: add missing file to $(headers)
1 parent bf38f82 commit 347290f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/pml/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
1313
# $COPYRIGHT$
1414
#
1515
# Additional copyrights may follow
@@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libmca_pml.la
2222
libmca_pml_la_SOURCES =
2323

2424
# local files
25-
headers = pml.h
25+
headers = pml.h pml_constants.h
2626
libmca_pml_la_SOURCES += $(headers) $(nodist_headers)
2727

2828
# Conditionally install the header files

0 commit comments

Comments
 (0)