a47b33678b
Use threads to help process multicast messages. This commit was SVN r24009.
21 строка
412 B
Makefile
21 строка
412 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
|
|
|
|
# Source code files
|
|
headers += \
|
|
threads/condition.h \
|
|
threads/mutex.h \
|
|
threads/threads.h
|
|
|
|
libopen_rte_la_SOURCES += \
|
|
threads/thread.c
|