aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-05 13:52:58 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-05 13:52:58 +0000
commitc0ab9f3fae186881d0f24f3371ac26f086f52701 (patch)
tree95b7cdd9a5e0b79763e9a8c3e2c914eb3605d4d5 /res/Makefile
parentb2767e39f81592c17bcd9281448c48fe7cefadda (diff)
Some days... Sorry.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11890 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index 9650d7bf3..031c147b7 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -32,7 +32,7 @@ ifeq (${OSPLIB},)
MODS:=$(filter-out res_osp.so,$(MODS))
endif
-ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/xusr/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)