3085 |
rexy |
1 |
--- src/Makefile.am 2022-11-02 11:31:50.537726993 +0100
|
|
|
2 |
+++ src/Makefile.am 2022-11-02 11:32:30.857524726 +0100
|
|
|
3 |
@@ -12,7 +12,8 @@
|
|
|
4 |
tun.h ippool.h md5.h redir.h dhcp.h iphash.h \
|
|
|
5 |
radius_wispr.h radius_coovachilli.h ssl.h dns.h net.h \
|
|
|
6 |
pkt.h conn.h lookup.h chilli_limits.h cmdline.h debug.h \
|
|
|
7 |
-radius_pkt.h ../bstring/bstrlib.h ../config.h system.h
|
|
|
8 |
+radius_pkt.h ../bstring/bstrlib.h ../config.h system.h \
|
|
|
9 |
+SHA256.h
|
|
|
10 |
|
|
|
11 |
lib_LTLIBRARIES = libchilli.la
|
|
|
12 |
sbin_PROGRAMS = \
|
|
|
13 |
@@ -23,7 +24,8 @@
|
|
|
14 |
libchilli_la_SOURCES = \
|
|
|
15 |
chilli.c tun.c ippool.c radius.c md5.c redir.c dhcp.c \
|
|
|
16 |
iphash.c lookup.c system.h util.c options.c statusfile.c conn.c sig.c \
|
|
|
17 |
-garden.c dns.c session.c pkt.c chksum.c net.c safe.c
|
|
|
18 |
+garden.c dns.c session.c pkt.c chksum.c net.c safe.c \
|
|
|
19 |
+SHA256.c
|
|
|
20 |
|
|
|
21 |
AM_CFLAGS = -D_GNU_SOURCE -Wall -fno-builtin -fno-strict-aliasing \
|
|
|
22 |
-fomit-frame-pointer -funroll-loops -pipe -I$(top_builddir)/bstring \
|