aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-05 13:52:26 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-05 13:52:26 +0000
commitb2767e39f81592c17bcd9281448c48fe7cefadda (patch)
treee1f978f563d38aae47dc6c2254ecfa711341096c /res/Makefile
parent5595b12bc86774eba1465e579ee98f7af3d90a2d (diff)
Oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11889 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 031c147b7..9650d7bf3 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)/usr/include/net-snmp/net-snmp-config.h),)
+ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/xusr/include/net-snmp/net-snmp-config.h),)
MODS:=$(filter-out res_snmp.so,$(MODS))
else
SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)