aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-15 19:41:14 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-15 19:41:14 +0000
commite8972b947dc3b26c794dcbd7cc624a6ebf96f933 (patch)
treecfa7a2681ceca6285ab488a8e8504a84e9b0de41 /channels/misdn/Makefile
parent29b4ce09b795d75fcc16efdbb1ee3f193d7a830f (diff)
removed libbnec dependencies.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39864 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index 0f27dac54..f1838d13e 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -13,11 +13,6 @@ SOURCES = isdn_lib.c isdn_msg_parser.c
OBJDIR = .
OBJS = isdn_lib.o isdn_msg_parser.o
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/lib/libbnec.so),)
-CFLAGS+=-DBEROEC_VERSION=1
-CFLAGS+=-DWITH_BEROEC
-endif
-
all: chan_misdn_lib.a
%.o: %.c