1
1

Fix "make dist" by adding ipv6compat.h into the headers list.

This commit was SVN r14522.
Этот коммит содержится в:
Jeff Squyres 2007-04-26 02:33:02 +00:00
родитель e30d467ea3
Коммит c331ed7bda

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

@ -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) 2007 Cisco, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -22,8 +23,10 @@ headers += \
opal/align.h \
opal/constants.h \
opal/opal_socket_errno.h \
opal/types.h \
opal/prefetch.h opal/hash_string.h
opal/types.h \
opal/prefetch.h \
opal/hash_string.h \
opal/ipv6compat.h
nodist_headers += \
opal/version.h