summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-22 22:16:12 -0400
committerJune McEnroe <june@causal.agency>2019-10-22 22:16:12 -0400
commit88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d (patch)
tree044970ce21f3f8ee7884a98ee9f8b3a9b10c0087 /Makefile
parentRename bouncer to bounce (diff)
downloadpounce-88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d.tar.gz
pounce-88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d.zip
Implement serverConnect
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80b5261..2a78fab 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ LDLIBS = -ltls
 
 OBJS += bounce.o
 OBJS += listen.o
+OBJS += server.o
 
 all: tags linger
 
5 14:33:33 -0500'>2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe