aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authornadi <nadi@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-15 16:49:26 +0000
committernadi <nadi@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-15 16:49:26 +0000
commitbc424f034a2312532c4105230314e5a4a1bc0dd0 (patch)
treef7b6b30e20234b48d3de339438ea12a8285110cb /channels/misdn/Makefile
parentd0a5262b9860c1e899902e060205a44239facf34 (diff)
moved the asn1 and facility portions of code to mISDNuser, so removing the files here.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39807 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index febca51ed..0f27dac54 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -11,15 +11,13 @@ CFLAGS += -fPIC
endif
SOURCES = isdn_lib.c isdn_msg_parser.c
OBJDIR = .
-OBJS = isdn_lib.o isdn_msg_parser.o fac.o asn1.o
+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
-CFLAGS+=-DFACILITY_DEBUG
-
all: chan_misdn_lib.a
%.o: %.c