30e1e49a9e
This is preparation for moving verbs dependent code out from memheap/base component Refs: #3763 This commit was SVN r30454.
20 строки
366 B
Makefile
20 строки
366 B
Makefile
#
|
|
# Copyright (c) 2014 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# # $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
#
|
|
# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
|
|
|
|
|
|
headers += \
|
|
util/oshmem_util.h
|
|
|
|
liboshmem_la_SOURCES += \
|
|
util/oshmem_util.c
|
|
|