python/pyosaf/utils/Makefile.am | 6 ++++--
python/pyosaf/utils/clm/Makefile.am | 23 +++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
Add the new files to the makefiles.
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
@@ -1,6 +1,6 @@
# -*- OpenSAF -*-
#
-# (C) Copyright 2011 The OpenSAF Foundation
+# (C) Copyright 2015 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
@@ -21,4 +21,6 @@ MAINTAINERCLEANFILES = Makefile.in
pkgpyosafutils_PYTHON = \
__init__.py
-SUBDIRS = immom
+SUBDIRS = \
+ immom \
+ clm
diff --git a/python/pyosaf/utils/clm/Makefile.am
b/python/pyosaf/utils/clm/Makefile.am
new file mode 100644
--- /dev/null
+++ b/python/pyosaf/utils/clm/Makefile.am
@@ -0,0 +1,23 @@
+# -*- OpenSAF -*-
+#
+# (C) Copyright 2015 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
+
+pkgpyosafutils_PYTHON = \
+ __init__.py
+
------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel