summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-18 16:16:12 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-18 16:16:12 +0000
commit9a08061ea36c505c813124749b426d16ff7d55dc (patch)
tree45354f0605a4cf474f39ce8f963dccdca76f4948 /main/Makefile
parentd032448c610a27b59a9820c078ce6588a7ded7e5 (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: https://origsvn.digium.com/svn/asterisk/trunk@131923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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