19 строки
363 B
Makefile
19 строки
363 B
Makefile
|
#
|
||
|
# Copyright (c) 2015 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 ompi/Makefile.am
|
||
|
|
||
|
headers += \
|
||
|
info/info.h
|
||
|
|
||
|
liboshmem_la_SOURCES += \
|
||
|
info/info.c
|