shithub: choc

Download patch

ref: 6f76c8ee6b97097772c11cf3e75d1b641c4d29b7
parent: 197188e1f1b62e476978816a498270a0d95d207a
author: Simon Howard <[email protected]>
date: Sat Apr 8 09:30:33 EDT 2006

Forgot to add net_query.c to Makefile.am

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 466

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@
 net_io.c             net_io.h              \
 net_loop.c           net_loop.h            \
 net_packet.c         net_packet.h          \
+net_query.c          net_query.h           \
 net_sdl.c            net_sdl.h             \
 net_server.c         net_server.h          \
 net_structrw.c       net_structrw.h        \