Makefile.common | 1 +
configure.ac | 1 +
python/pyosaf/utils/clm/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
Adds the new clm utils library to the make system. Test by:
mkdir tmp-install-dir
./bootstrap.sh
./configure --enable-python
make -j 8
make install DESTDIR=tmp-install-dir
ls
tmp-install-dir/usr/local/lib/python.2.7/dist-packages/pyosaf/utils/clm/__init__.py
diff --git a/Makefile.common b/Makefile.common
--- a/Makefile.common
+++ b/Makefile.common
@@ -37,3 +37,4 @@ lockdir = $(localstatedir)/lock/subsys
pkgpyosafdir = $(pythondir)/pyosaf
pkgpyosafutilsdir = $(pythondir)/pyosaf/utils
pkgpyosafutilsimmomdir = $(pythondir)/pyosaf/utils/immom
+pkgpyosafutilsclmdir = $(pythondir)/pyosaf/utils/clm
\ No newline at end of file
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -679,6 +679,7 @@ AC_CONFIG_FILES([
python/pyosaf/Makefile
python/pyosaf/utils/Makefile
python/pyosaf/utils/immom/Makefile
+ python/pyosaf/utils/clm/Makefile
osaf/Makefile
osaf/libs/Makefile
osaf/libs/agents/Makefile
diff --git a/python/pyosaf/utils/clm/Makefile.am
b/python/pyosaf/utils/clm/Makefile.am
--- a/python/pyosaf/utils/clm/Makefile.am
+++ b/python/pyosaf/utils/clm/Makefile.am
@@ -18,6 +18,6 @@ include $(top_srcdir)/Makefile.common
MAINTAINERCLEANFILES = Makefile.in
-pkgpyosafutils_PYTHON = \
+pkgpyosafutilsclm_PYTHON = \
__init__.py
------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel