Blame src/nameserv/pmi/Makefile.mk
|
Packit Service |
c5cf8c |
## -*- Mode: Makefile; -*-
|
|
Packit Service |
c5cf8c |
## vim: set ft=automake :
|
|
Packit Service |
c5cf8c |
##
|
|
Packit Service |
c5cf8c |
## (C) 2011 by Argonne National Laboratory.
|
|
Packit Service |
c5cf8c |
## See COPYRIGHT in top-level directory.
|
|
Packit Service |
c5cf8c |
##
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
if BUILD_NAMEPUB_PMI
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
mpi_core_sources += \
|
|
Packit Service |
c5cf8c |
src/nameserv/pmi/pmi_nameserv.c
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
endif BUILD_NAMEPUB_PMI
|