18 строки
366 B
Makefile
18 строки
366 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# Copyright (c) 2015 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# This makefile.am does not stand on its own - it is included from opal/Makefile.am
|
|
|
|
headers += \
|
|
errhandler/opal_errhandler.h
|
|
|
|
lib@OPAL_LIB_PREFIX@open_pal_la_SOURCES += \
|
|
errhandler/opal_errhandler.c
|