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. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California. # Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved. # All rights reserved.
# Copyright (c) 2007 Cisco, Inc. All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #
# Additional copyrights may follow # Additional copyrights may follow
@ -22,8 +23,10 @@ headers += \
opal/align.h \ opal/align.h \
opal/constants.h \ opal/constants.h \
opal/opal_socket_errno.h \ opal/opal_socket_errno.h \
opal/types.h \ opal/types.h \
opal/prefetch.h opal/hash_string.h opal/prefetch.h \
opal/hash_string.h \
opal/ipv6compat.h
nodist_headers += \ nodist_headers += \
opal/version.h opal/version.h