19 строки
461 B
Makefile
19 строки
461 B
Makefile
![]() |
#
|
||
|
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
||
|
# All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
noinst_LTLIBRARIES = libmca_installdirs_windows.la
|
||
|
|
||
|
libmca_installdirs_windows_la_SOURCES = \
|
||
|
opal_installdirs_windows.c
|
||
|
|
||
|
# This file is generated; we do not want to include it in the tarball
|
||
|
nodist_libmca_installdirs_windows_la_SOURCES = \
|
||
|
install_dirs.h
|