1
1

Remove some old kruft from Makefile.am's -- likely the result of

copying some old Makefile.am a long time ago.

This commit was SVN r19043.
Этот коммит содержится в:
Jeff Squyres 2008-07-26 00:27:42 +00:00
родитель 773f79f495
Коммит 92c10cd187
5 изменённых файлов: 5 добавлений и 15 удалений

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

@ -9,6 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -22,6 +23,3 @@ libmca_timer_aix_la_SOURCES = \
timer_aix.h \
timer_aix_component.c
libmca_timer_aix_la_LIBADD = $(timer_aix_LIBS)
EXTRA_DIST = \
$(doc_DATA)

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

@ -9,6 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -21,6 +22,3 @@ noinst_LTLIBRARIES = libmca_timer_darwin.la
libmca_timer_darwin_la_SOURCES = \
timer_darwin.h \
timer_darwin_component.c
EXTRA_DIST = \
$(doc_DATA)

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

@ -9,6 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -21,6 +22,3 @@ noinst_LTLIBRARIES = libmca_timer_linux.la
libmca_timer_linux_la_SOURCES = \
timer_linux.h \
timer_linux_component.c
EXTRA_DIST = \
$(doc_DATA)

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

@ -9,6 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -21,6 +22,3 @@ noinst_LTLIBRARIES = libmca_timer_solaris.la
libmca_timer_solaris_la_SOURCES = \
timer_solaris.h \
timer_solaris_component.c
EXTRA_DIST = \
$(doc_DATA)

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

@ -9,6 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -22,6 +23,3 @@ libmca_timer_windows_la_SOURCES = \
timer_windows.h \
timer_windows_component.h \
timer_windows_component.c
EXTRA_DIST = \
$(doc_DATA)