Skip to content

Commit fdba146

Browse files
feat: Wrote DER encoder/decoder makefile
Signed-off-by: ethan-thompson <ethan.thompson@networkradius.com>
1 parent cb956dd commit fdba146

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/protocols/der/all.mk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#
2+
# Makefile
3+
#
4+
# Version: $Id$
5+
#
6+
TARGET := libfreeradius-der$(L)
7+
8+
SOURCES := base.c \
9+
decode.c \
10+
encode.c
11+
12+
SRC_CFLAGS := -I$(top_builddir)/src -DNO_ASSERT
13+
TGT_LDLIBS := $(PCAP_LIBS)
14+
TGT_LDFLAGS := $(PCAP_LDFLAGS)
15+
TGT_PREREQS := libfreeradius-util$(L)

0 commit comments

Comments
 (0)