|
@@ -66,3 +66,13 @@ DEFS+=-DOPENSER_MOD_INTERFACE
|
|
SERLIBPATH=../../lib
|
|
SERLIBPATH=../../lib
|
|
SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
|
|
SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
|
|
include ../../Makefile.modules
|
|
include ../../Makefile.modules
|
|
|
|
+
|
|
|
|
+ifeq ($(INSTALL_FLAVOUR),kamailio)
|
|
|
|
+# extra install for kamailio
|
|
|
|
+
|
|
|
|
+install-oracle-scripts: $(bin_prefix)/$(bin_dir)
|
|
|
|
+ ORACLEON=yes make -C ../../utils/kamctl/ install-modules
|
|
|
|
+
|
|
|
|
+install-scripts: install-oracle-scripts
|
|
|
|
+
|
|
|
|
+endif # INSTALL_FLAVOUR
|