diff --git a/oshmem/shmem/Makefile.am b/oshmem/shmem/Makefile.am index 2310f64106..b8317e4f7b 100644 --- a/oshmem/shmem/Makefile.am +++ b/oshmem/shmem/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Mellanox Technologies, Inc. +# Copyright (c) 2013-2015 Mellanox Technologies, Inc. # All rights reserved. # $COPYRIGHT$ # @@ -9,4 +9,5 @@ headers += shmem/shmem_api_logger.h \ shmem/shmem_lock.h -dist_oshmemdata_DATA += shmem/c/help-shmem-api.txt + +dist_oshmemdata_DATA += shmem/help-shmem-api.txt diff --git a/oshmem/shmem/c/help-shmem-api.txt b/oshmem/shmem/help-shmem-api.txt similarity index 100% rename from oshmem/shmem/c/help-shmem-api.txt rename to oshmem/shmem/help-shmem-api.txt