aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 16:16:12 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 16:16:12 +0000
commit66ddb919eabe8fbbec1f5231d66f11103b03ff0c (patch)
tree45354f0605a4cf474f39ce8f963dccdca76f4948 /main/Makefile
parentd7f010e05b50fed955ea9aa0e4586fba62ecfba5 (diff)
Merged revisions 131921 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r131921 | kpfleming | 2008-07-18 11:15:41 -0500 (Fri, 18 Jul 2008) | 2 lines remove the dlfcn compatibility stuff, because no platforms that Asterisk currently runs on it use it, and it doesn't build anyway ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@131923 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/Makefile b/main/Makefile
index 06ee26001..00081c5c1 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -48,10 +48,6 @@ ifeq ($(POLL_AVAILABLE),)
OBJS+=poll.o
endif
-ifeq ($(wildcard /usr/include/dlfcn.h),)
- OBJS+=dlfcn.o
-endif
-
ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi ),)
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
AST_LIBS+=-ldl