commit d65e09282aec81fd61f105eafbbf689e835d1733
Author: Jonathan Dowland <jon@dow.land>
AuthorDate: Thu Feb 28 22:22:21 2019 +0000
Commit: Jonathan Dowland <jon@dow.land>
CommitDate: Thu Feb 28 22:22:21 2019 +0000
don't need petname for the dedicated server
---
src/Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 05cf66af..4c29e90f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,6 @@ net_common.c net_common.h \
net_dedicated.c net_dedicated.h \
net_io.c net_io.h \
net_packet.c net_packet.h \
-net_petname.c net_petname.h \
net_sdl.c net_sdl.h \
net_query.c net_query.h \
net_server.c net_server.h \