aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-26 23:04:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-26 23:04:41 +0000
commitfd08bb2afc46851cb3afd0d40b54f1edeb9da3dc (patch)
treeb580551efc8080c1c842d0cf6387f6da5a817052 /res/Makefile
parent60a22a1050051bba9dfc83669b000cf23e2dd22d (diff)
Fix the make file *again*
svsvn commit --This line, and those below, will be ignored-- M res/Makefile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11213 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index bf09ffd0a..031c147b7 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -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},)