563ac2a338
This commit was SVN r1191.
14 строки
274 B
Makefile
14 строки
274 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
noinst_PROGRAMS = oob_cofs_test
|
|
|
|
oob_cofs_test_SOURCES = oob_cofs_test.c
|
|
oob_cofs_test_LDADD = \
|
|
../../../../src/mca/ompi/oob/cofs/libmca_ompi_oob_cofs.la \
|
|
../../../../src/libompi.la
|