foxygit / doom Log in
commit 6f76c8ee6b97097772c11cf3e75d1b641c4d29b7
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Apr 8 13:30:33 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat Apr 8 13:30:33 2006 +0000

    Forgot to add net_query.c to Makefile.am

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 466
---
 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index e5189c24..a8f718c6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ net_gui.c            net_gui.h             \
 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        \