summaryrefslogtreecommitdiff
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index ba4a12926..febca51ed 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -11,14 +11,14 @@ CFLAGS += -fPIC
endif
SOURCES = isdn_lib.c isdn_msg_parser.c
OBJDIR = .
-OBJS = isdn_lib.o isdn_msg_parser.o fac.o
+OBJS = isdn_lib.o isdn_msg_parser.o fac.o asn1.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