Module: sip-router Branch: master Commit: a8d0d9e9224c2e7399c95c533dff67a6303891d2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8d0d9e9224c2e7399c95c533dff67a6303891d2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Fri Dec 6 11:41:38 2013 +0100 snmpstats: use install-cfg target to deploy MIBs - existing target was no longer valid from v3.0 --- modules/snmpstats/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/snmpstats/Makefile b/modules/snmpstats/Makefile index 2fd7f6c..0778be1 100644 --- a/modules/snmpstats/Makefile +++ b/modules/snmpstats/Makefile @@ -42,7 +42,7 @@ SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/kcore/kcore include ../../Makefile.modules -install_module_custom: +install-cfg: echo "installing mibs ..." mkdir -p $(INSTALLMIBDIR) $(INSTALL_CFG) mibs/KAMAILIO* $(INSTALLMIBDIR) _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
