Skip to content

Commit 9ae2942

Browse files
jsquyreshppritcha
authored andcommitted
usnic: minor re-order of Makefile.am sources
Put the hwloc.c file alphabetically in the list. (cherry picked from commit open-mpi/ompi@f782a76)
1 parent b8fe609 commit 9ae2942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/btl/usnic/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ sources = \
4949
btl_usnic_frag.h \
5050
btl_usnic_graph.h \
5151
btl_usnic_graph.c \
52+
btl_usnic_hwloc.c \
5253
btl_usnic_hwloc.h \
5354
btl_usnic_map.c \
5455
btl_usnic_mca.c \
@@ -64,8 +65,7 @@ sources = \
6465
btl_usnic_util.h \
6566
btl_usnic_test.c \
6667
btl_usnic_test.h \
67-
$(test_sources) \
68-
btl_usnic_hwloc.c
68+
$(test_sources)
6969

7070
# Make the output library in this directory, and name it either
7171
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

0 commit comments

Comments
 (0)