]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix the make file *again*
authorMark Spencer <markster@digium.com>
Sun, 26 Feb 2006 23:04:41 +0000 (23:04 +0000)
committerMark Spencer <markster@digium.com>
Sun, 26 Feb 2006 23:04:41 +0000 (23:04 +0000)
svsvn commit --This line, and those below, will be ignored--

M    res/Makefile

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11213 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/Makefile

index bf09ffd0ac371c72ae264bfb89d4399ec238eed8..031c147b7c731ffc76ecaebc1496adcfc0f36453 100644 (file)
@@ -33,8 +33,9 @@ ifeq (${OSPLIB},)
 endif
 
 ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/net-snmp/net-snmp-config.h),)
-  SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
   MODS:=$(filter-out res_snmp.so,$(MODS))
+else
+  SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
 endif
 
 ifeq (${WITH_SMDI},)