From f782a7640e4ea36ae632a82238c8b2402565428e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 5 Sep 2015 05:02:00 -0700 Subject: [PATCH] usnic: minor re-order of Makefile.am sources Put the hwloc.c file alphabetically in the list. --- opal/mca/btl/usnic/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opal/mca/btl/usnic/Makefile.am b/opal/mca/btl/usnic/Makefile.am index 902d4dddc3..3f38e8fc7d 100644 --- a/opal/mca/btl/usnic/Makefile.am +++ b/opal/mca/btl/usnic/Makefile.am @@ -49,6 +49,7 @@ sources = \ btl_usnic_frag.h \ btl_usnic_graph.h \ btl_usnic_graph.c \ + btl_usnic_hwloc.c \ btl_usnic_hwloc.h \ btl_usnic_map.c \ btl_usnic_mca.c \ @@ -64,8 +65,7 @@ sources = \ btl_usnic_util.h \ btl_usnic_test.c \ btl_usnic_test.h \ - $(test_sources) \ - btl_usnic_hwloc.c + $(test_sources) # Make the output library in this directory, and name it either # mca__.la (for DSO builds) or libmca__.la