about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-10 15:09:32 -0500
committerJune McEnroe <june@causal.agency>2019-11-10 15:09:32 -0500
commit510e4e18d1ce46d8a1ae2ed5eff54304598c1529 (patch)
treec09dcf116541e85fdcb7f245c72ac59b5fb822eb /Makefile
parentRemove extended-join and invite-notify (diff)
downloadpounce-510e4e18d1ce46d8a1ae2ed5eff54304598c1529.tar.gz
pounce-510e4e18d1ce46d8a1ae2ed5eff54304598c1529.zip
Rename listen to local
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c7b47d..73d25c6 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ DIRS = ${ETCDIR}/pounce /var/run/calico
 OBJS += bounce.o
 OBJS += client.o
 OBJS += config.o
-OBJS += listen.o
+OBJS += local.o
 OBJS += ring.o
 OBJS += server.o
 OBJS += state.o