aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-08 17:08:44 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-08 17:08:44 +0000
commita06c77ec8aee9c7cdfb365eb7d4a94493a262397 (patch)
treeb6f931562abfc0c521001491ccecaa2296b077ea /Makefile
parent10cd8691556998bf47d9bff362eb7d9b5490ba6a (diff)
fix a typo, oops!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6737 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06b72dac9..91aa59180 100755
--- a/Makefile
+++ b/Makefile
@@ -307,7 +307,7 @@ ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/sys/poll.h),)
endif
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/dlfcn.h),)
- OBJS+= dhfcn.o
+ OBJS+= dlfcn.o
ASTCFLAGS+=-DDLFCNCOMPAT
endif