summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-10-08 17:08:44 +0000
committerRussell Bryant <russell@russellbryant.com>2005-10-08 17:08:44 +0000
commitc0119acc0e79c9799e6d55210078ee03f22ef5b9 (patch)
treeb6f931562abfc0c521001491ccecaa2296b077ea /Makefile
parent2aa043404803ea762904f9e766f035f99f5e09cd (diff)
fix a typo, oops!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6737 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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