1
1

- Remove header, replace with $HEADER$ (to be filled in later)

- Don't need to make convenience libraries relative to $(top_builddir)

This commit was SVN r78.
Этот коммит содержится в:
Jeff Squyres 2004-01-07 15:03:02 +00:00
родитель 9ebd59f944
Коммит 277c890629
2 изменённых файлов: 8 добавлений и 22 удалений

Просмотреть файл

@ -1,13 +1,6 @@
# -*- makefile -*-
#
# Copyright (c) 2003 The Trustees of Indiana University.
# All rights reserved.
#
# This file is part of the CMPI software package. For license
# information, see the LICENSE file in the top level directory of the
# CMPI source distribution.
#
# $Id: Makefile.am,v 1.2 2003/12/22 16:29:21 twoodall Exp $
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
@ -18,6 +11,6 @@ lib_LTLIBRARIES = libmpi.la
libmpi_la_SOURCES =
libmpi_la_LIBADD = \
$(top_builddir)/src/mpi/communicator/libcommunicator.la \
$(top_builddir)/src/mpi/datatype/libdatatype.la \
$(top_builddir)/src/mpi/p2p/libp2p.la
communicator/libcommunicator.la \
datatype/libdatatype.la \
p2p/libp2p.la

Просмотреть файл

@ -1,13 +1,6 @@
# -*- makefile -*-
#
# Copyright (c) 2003 The Trustees of Indiana University.
# All rights reserved.
#
# This file is part of the CMPI software package. For license
# information, see the LICENSE file in the top level directory of the
# CMPI source distribution.
#
# $Id: Makefile.am,v 1.2 2003/12/22 16:29:21 twoodall Exp $
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
@ -18,6 +11,6 @@ lib_LTLIBRARIES = libmpi.la
libmpi_la_SOURCES =
libmpi_la_LIBADD = \
$(top_builddir)/src/mpi/communicator/libcommunicator.la \
$(top_builddir)/src/mpi/datatype/libdatatype.la \
$(top_builddir)/src/mpi/p2p/libp2p.la
communicator/libcommunicator.la \
datatype/libdatatype.la \
p2p/libp2p.la