From 8aa0b9d1aa79477ea5086c5a4a6bc0888952537f Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 27 Apr 2007 18:51:12 +0000 Subject: [PATCH] Makefile errors reported by juha git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@316 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/py_sems/Makefile | 6 ++++++ apps/py_sems/etc/py_sems.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/py_sems/Makefile b/apps/py_sems/Makefile index 8098d335..3469f208 100644 --- a/apps/py_sems/Makefile +++ b/apps/py_sems/Makefile @@ -89,6 +89,12 @@ python_files: endif +ifeq (install,$(MAKECMDGOALS)) +python_files: + python$(PY_VER) py_comp -l -q py + +endif + extra_clean = clean_py_sems_lib include $(COREPATH)/plug-in/Makefile.app_module diff --git a/apps/py_sems/etc/py_sems.conf b/apps/py_sems/etc/py_sems.conf index 0fde304f..81623fdc 100644 --- a/apps/py_sems/etc/py_sems.conf +++ b/apps/py_sems/etc/py_sems.conf @@ -1 +1 @@ -script_path=/usr/lib/sems/ivr/ +script_path=/usr/lib/sems/py_ivr/