[asterisk-commits] branch oej/disable-ol-and-sub r11458 - /team/oej/disable-ol-and-sub/res/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Feb 28 14:25:38 MST 2006


Author: oej
Date: Tue Feb 28 15:25:28 2006
New Revision: 11458

URL: http://svn.digium.com/view/asterisk?rev=11458&view=rev
Log:
Enable res_snmp that doesn't work on my systems but still should be enabled

Modified:
    team/oej/disable-ol-and-sub/res/Makefile

Modified: team/oej/disable-ol-and-sub/res/Makefile
URL: http://svn.digium.com/view/asterisk/team/oej/disable-ol-and-sub/res/Makefile?rev=11458&r1=11457&r2=11458&view=diff
==============================================================================
--- team/oej/disable-ol-and-sub/res/Makefile (original)
+++ team/oej/disable-ol-and-sub/res/Makefile Tue Feb 28 15:25:28 2006
@@ -32,11 +32,11 @@
   MODS:=$(filter-out res_osp.so,$(MODS))
 endif
 
-#ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/net-snmp/net-snmp-config.h),)
+ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/net-snmp/net-snmp-config.h),)
   MODS:=$(filter-out res_snmp.so,$(MODS))
-#else
-  #SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
-#endif
+else
+  SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
+endif
 
 ifeq (${WITH_SMDI},)
   MODS:=$(filter-out res_smdi.so,$(MODS))



More information about the asterisk-commits mailing list