Browse Source

snmpstats: use install-cfg target to deploy MIBs

- existing target was no longer valid from v3.0
Daniel-Constantin Mierla 11 years ago
parent
commit
a8d0d9e922
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/snmpstats/Makefile

+ 1 - 1
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)