diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-09-27 21:56:07 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2024-07-05 17:07:16 +0200 |
commit | caf25d292d73dd340a0e02ef7e417e56cb7fd809 (patch) | |
tree | 0e053b3ce25f6c14f7ba0babf3badef4adfa6da2 /sysdep/unix/Makefile | |
parent | 1a5eea3c9afb9808cb91e0919bf1a3700997be4e (diff) |
Wg-user: Add wireguard unix socket implementation
Unix socket implementation for wireguard-go.
Use abstract unix sockets on Android
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r-- | sysdep/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile index d0d36b5f..ef422342 100644 --- a/sysdep/unix/Makefile +++ b/sysdep/unix/Makefile @@ -1,4 +1,4 @@ -src := alloc.c io.c krt.c log.c main.c random.c +src := alloc.c io.c krt.c log.c main.c random.c wg_user.c obj := $(src-o-files) $(all-daemon) $(cf-local) |