aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 16:15:41 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 16:15:41 +0000
commit0c094c57cd33671def1b2911655eb21a97a52214 (patch)
tree686ce62631fd335d412a7fa412c489983fddadd0 /main/Makefile
parent497094a18259d8adc0951fb1709aeb2dbdf3d1c1 (diff)
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/branches/1.4@131921 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 d5dbca583..53274ea4a 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -48,10 +48,6 @@ else
endif
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