-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathMakefile.am
46 lines (43 loc) · 818 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ACLOCAL_AMFLAGS = -I m4 --install
bin_PROGRAMS = glorytun
glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS)
glorytun_SOURCES = \
argz/argz.c \
argz/argz.h \
mud/aegis256/aegis256.c \
mud/aegis256/aegis256.h \
mud/mud.c \
mud/mud.h \
src/argz.c \
src/argz.h \
src/bench.c \
src/bind.c \
src/common.c \
src/common.h \
src/ctl.c \
src/ctl.h \
src/iface.c \
src/iface.h \
src/ip.h \
src/keygen.c \
src/list.c \
src/main.c \
src/path.c \
src/set.c \
src/show.c \
src/tun.c \
src/tun.h \
src/version.c
EXTRA_DIST = \
LICENSE \
Makefile \
README.md \
VERSION \
autogen.sh \
meson.build \
mud/LICENSE \
mud/README.md \
sodium.sh \
systemd \
version.sh