Ack.

Thanks,
Ramesh.

On 3/14/2017 8:46 PM, Anders Widell wrote:
>   python/Makefile.am   |  4 +++-
>   src/amf/Makefile.am  |  9 ++++++++-
>   src/ckpt/Makefile.am |  7 ++++++-
>   src/clm/Makefile.am  |  6 +++++-
>   src/dtm/Makefile.am  |  3 +++
>   src/imm/Makefile.am  |  4 +++-
>   src/log/Makefile.am  |  8 +++++++-
>   src/ntf/Makefile.am  |  8 +++++++-
>   src/plm/Makefile.am  |  7 +++++--
>   src/smf/Makefile.am  |  6 +++++-
>   10 files changed, 52 insertions(+), 10 deletions(-)
>
>
> diff --git a/python/Makefile.am b/python/Makefile.am
> --- a/python/Makefile.am
> +++ b/python/Makefile.am
> @@ -1,6 +1,7 @@
>   #      -*- OpenSAF  -*-
>   #
>   # (C) Copyright 2011 The OpenSAF Foundation
> +# Copyright Ericsson AB 2017 - All Rights Reserved.
>   #
>   # This program is distributed in the hope that it will be useful, but
>   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
> @@ -15,9 +16,10 @@
>   #
>   
>   EXTRA_DIST += \
> +     python/MANIFEST.in \
>       python/Makefile.mk \
> -     python/MANIFEST.in \
>       python/README \
> +     python/samples/README \
>       python/setup.py
>   
>   if ENABLE_PYTHON
> diff --git a/src/amf/Makefile.am b/src/amf/Makefile.am
> --- a/src/amf/Makefile.am
> +++ b/src/amf/Makefile.am
> @@ -1,6 +1,7 @@
>   #      -*- OpenSAF  -*-
>   #
>   # (C) Copyright 2016 The OpenSAF Foundation
> +# Copyright Ericsson AB 2017 - All Rights Reserved.
>   #
>   # This program is distributed in the hope that it will be useful, but
>   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
> @@ -14,6 +15,13 @@
>   # Author(s): Ericsson AB
>   #
>   
> +EXTRA_DIST += \
> +     src/amf/README \
> +     src/amf/README_LONGDN \
> +     src/amf/README_NODEGROUP \
> +     src/amf/README_SC_ABSENCE \
> +     src/amf/saf/libSaAmf.map
> +
>   osaf_lib_LTLIBRARIES += lib/libamf_common.la
>   
>   lib_libamf_common_la_CFLAGS = $(OSAF_LIB_FLAGS) $(AM_CFLAGS)
> @@ -155,7 +163,6 @@ noinst_HEADERS += \
>   
>   sbin_PROGRAMS += bin/amfpm
>   osaf_execbin_PROGRAMS += bin/osafamfd bin/osafamfnd bin/osafamfwd
> -EXTRA_DIST += src/amf/saf/libSaAmf.map
>   CORE_INCLUDES += -I$(top_srcdir)/src/amf/saf
>   TESTS += bin/testamfd
>   pkgconfig_DATA += src/amf/saf/opensaf-amf.pc
> diff --git a/src/ckpt/Makefile.am b/src/ckpt/Makefile.am
> --- a/src/ckpt/Makefile.am
> +++ b/src/ckpt/Makefile.am
> @@ -1,6 +1,7 @@
>   #      -*- OpenSAF  -*-
>   #
>   # (C) Copyright 2016 The OpenSAF Foundation
> +# Copyright Ericsson AB 2017 - All Rights Reserved.
>   #
>   # This program is distributed in the hope that it will be useful, but
>   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
> @@ -14,7 +15,11 @@
>   # Author(s): Ericsson AB
>   #
>   
> -EXTRA_DIST += src/ckpt/saf/libSaCkpt.map
> +EXTRA_DIST += \
> +     src/ckpt/README.HEADLESS \
> +     src/ckpt/README.LONGDN \
> +     src/ckpt/apitest/README \
> +     src/ckpt/saf/libSaCkpt.map
>   
>   if ENABLE_AIS_CKPT
>   
> diff --git a/src/clm/Makefile.am b/src/clm/Makefile.am
> --- a/src/clm/Makefile.am
> +++ b/src/clm/Makefile.am
> @@ -1,6 +1,7 @@
>   #      -*- OpenSAF  -*-
>   #
>   # (C) Copyright 2016 The OpenSAF Foundation
> +# Copyright Ericsson AB 2017 - All Rights Reserved.
>   #
>   # This program is distributed in the hope that it will be useful, but
>   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
> @@ -14,6 +15,10 @@
>   # Author(s): Ericsson AB
>   #
>   
> +EXTRA_DIST += \
> +     src/clm/README \
> +     src/clm/saf/libSaClm.map
> +
>   osaf_lib_LTLIBRARIES += lib/libclm_common.la
>   
>   lib_libclm_common_la_CFLAGS = $(OSAF_LIB_FLAGS) $(AM_CFLAGS)
> @@ -85,7 +90,6 @@ noinst_HEADERS += \
>       src/clm/common/clmsv_msg.h
>   
>   osaf_execbin_PROGRAMS += bin/osafclmd bin/osafclmna
> -EXTRA_DIST += src/clm/saf/libSaClm.map
>   CORE_INCLUDES += -I$(top_srcdir)/src/clm/saf
>   pkgconfig_DATA += src/clm/saf/opensaf-clm.pc
>   
> diff --git a/src/dtm/Makefile.am b/src/dtm/Makefile.am
> --- a/src/dtm/Makefile.am
> +++ b/src/dtm/Makefile.am
> @@ -15,6 +15,9 @@
>   # Author(s): Ericsson AB
>   #
>   
> +EXTRA_DIST += \
> +     src/dtm/README
> +
>   noinst_HEADERS += \
>       src/dtm/dtmnd/dtm.h \
>       src/dtm/dtmnd/dtm_cb.h \
> diff --git a/src/imm/Makefile.am b/src/imm/Makefile.am
> --- a/src/imm/Makefile.am
> +++ b/src/imm/Makefile.am
> @@ -17,12 +17,14 @@
>   #
>   
>   EXTRA_DIST += \
> +     src/imm/README \
>       src/imm/README.2PBE \
>       src/imm/README.ACCESS_CONTROL \
>       src/imm/README.NO_DANGLING \
>       src/imm/README.RESOURCE_DISPLAY \
>       src/imm/README.SASTRINGT_API \
> -     src/imm/README.SC_ABSENCE
> +     src/imm/README.SC_ABSENCE \
> +     src/imm/apitest/README
>   
>   osaf_lib_LTLIBRARIES += lib/libimm_common.la
>   
> diff --git a/src/log/Makefile.am b/src/log/Makefile.am
> --- a/src/log/Makefile.am
> +++ b/src/log/Makefile.am
> @@ -15,7 +15,13 @@
>   # Author(s): Ericsson AB
>   #
>   
> -EXTRA_DIST += src/log/saf/libSaLog.map
> +EXTRA_DIST += \
> +     src/log/README \
> +     src/log/README-HEADLESS \
> +     src/log/README_LONGDN \
> +     src/log/apitest/README \
> +     src/log/saf/libSaLog.map \
> +     src/log/tools/README
>   
>   lib_LTLIBRARIES += lib/libSaLog.la
>   
> diff --git a/src/ntf/Makefile.am b/src/ntf/Makefile.am
> --- a/src/ntf/Makefile.am
> +++ b/src/ntf/Makefile.am
> @@ -1,6 +1,7 @@
>   #      -*- OpenSAF  -*-
>   #
>   # (C) Copyright 2016 The OpenSAF Foundation
> +# Copyright Ericsson AB 2017 - All Rights Reserved.
>   #
>   # This program is distributed in the hope that it will be useful, but
>   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
> @@ -14,7 +15,12 @@
>   # Author(s): Ericsson AB
>   #
>   
> -EXTRA_DIST += src/ntf/saf/libSaNtf.map
> +EXTRA_DIST += \
> +     src/ntf/README \
> +     src/ntf/README_SC_ABSENCE \
> +     src/ntf/apitest/README \
> +     src/ntf/ntfimcnd/README \
> +     src/ntf/saf/libSaNtf.map
>   
>   osaf_lib_LTLIBRARIES += lib/libntf_common.la lib/libntfclient.la
>   
> diff --git a/src/plm/Makefile.am b/src/plm/Makefile.am
> --- a/src/plm/Makefile.am
> +++ b/src/plm/Makefile.am
> @@ -1,6 +1,7 @@
>   #      -*- OpenSAF  -*-
>   #
>   # (C) Copyright 2016 The OpenSAF Foundation
> +# Copyright Ericsson AB 2017 - All Rights Reserved.
>   #
>   # This program is distributed in the hope that it will be useful, but
>   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
> @@ -15,11 +16,13 @@
>   #
>   
>   EXTRA_DIST += \
> -     src/plm/plmcd/README \
> -     src/plm/plmcd/test_lib.c \
> +     src/plm/README \
> +     src/plm/README.conf \
>       src/plm/config/plmsv_objects.xml.atca \
>       src/plm/config/plmsv_objects.xml.hp \
>       src/plm/config/plmsv_objects.xml.pc \
> +     src/plm/plmcd/README \
> +     src/plm/plmcd/test_lib.c \
>       src/plm/saf/libSaPlm.map
>   
>   if ENABLE_AIS_PLM
> diff --git a/src/smf/Makefile.am b/src/smf/Makefile.am
> --- a/src/smf/Makefile.am
> +++ b/src/smf/Makefile.am
> @@ -15,7 +15,11 @@
>   # Author(s): Ericsson AB
>   #
>   
> -EXTRA_DIST += src/smf/saf/libSaSmf.map
> +EXTRA_DIST += \
> +     src/smf/README \
> +     src/smf/README.doxygen \
> +     src/smf/README.schema \
> +     src/smf/saf/libSaSmf.map
>   
>   if ENABLE_AIS_SMF
>   


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to