Makefile.common                       |   1 +
 configure.ac                          |   1 +
 opensaf.spec.in                       |   3 +++
 python/pyosaf/utils/Makefile.am       |   3 ++-
 python/pyosaf/utils/immoi/Makefile.am |  23 +++++++++++++++++++++++
 5 files changed, 30 insertions(+), 1 deletions(-)


Add the immoi utils to the makefiles and the rpm spec file.

diff --git a/Makefile.common b/Makefile.common
--- a/Makefile.common
+++ b/Makefile.common
@@ -39,3 +39,4 @@ pkgpyosafutilsdir = $(pythondir)/pyosaf/
 pkgpyosafutilsimmomdir = $(pythondir)/pyosaf/utils/immom
 pkgpyosafutilsclmdir = $(pythondir)/pyosaf/utils/clm
 pkgpyosafutilslogdir = $(pythondir)/pyosaf/utils/log
+pkgpyosafutilsimmoidir = $(pythondir)/pyosaf/utils/immoi
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -681,6 +681,7 @@ AC_CONFIG_FILES([
         python/pyosaf/utils/immom/Makefile
         python/pyosaf/utils/clm/Makefile
         python/pyosaf/utils/log/Makefile
+        python/pyosaf/utils/immoi/Makefile
         osaf/Makefile
         osaf/libs/Makefile
         osaf/libs/agents/Makefile
diff --git a/opensaf.spec.in b/opensaf.spec.in
--- a/opensaf.spec.in
+++ b/opensaf.spec.in
@@ -1522,6 +1522,9 @@ fi
 %{python_sitelib}/pyosaf/utils/log/*.py
 %{python_sitelib}/pyosaf/utils/log/*.pyc
 %{python_sitelib}/pyosaf/utils/log/*.pyo
+%{python_sitelib}/pyosaf/utils/immoi/*.py
+%{python_sitelib}/pyosaf/utils/immoi/*.pyc
+%{python_sitelib}/pyosaf/utils/immoi/*.pyo
 %endif
 
 
diff --git a/python/pyosaf/utils/Makefile.am b/python/pyosaf/utils/Makefile.am
--- a/python/pyosaf/utils/Makefile.am
+++ b/python/pyosaf/utils/Makefile.am
@@ -24,4 +24,5 @@ pkgpyosafutils_PYTHON = \
 SUBDIRS = \
        immom \
        clm \
-       log
+       log \
+       immoi
diff --git a/python/pyosaf/utils/immoi/Makefile.am 
b/python/pyosaf/utils/immoi/Makefile.am
new file mode 100644
--- /dev/null
+++ b/python/pyosaf/utils/immoi/Makefile.am
@@ -0,0 +1,23 @@
+#      -*- OpenSAF  -*-
+#
+# (C) Copyright 2011 The OpenSAF Foundation
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. This file and program are licensed
+# under the GNU Lesser General Public License Version 2.1, February 1999.
+# The complete license can be accessed from the following location:
+# http://opensource.org/licenses/lgpl-license.php
+# See the Copying file included with the OpenSAF distribution for full
+# licensing terms.
+#
+# Author(s): Oracle
+#
+
+include $(top_srcdir)/Makefile.common
+
+MAINTAINERCLEANFILES = Makefile.in
+
+pkgpyosafutilsimmoi_PYTHON = \
+       __init__.py \
+       implementer.py

------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to