foxygit / doom Log in
commit 2e972bf61670cfad176de8abdd1808cb72ea2a81
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Sep 7 11:08:29 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Sep 7 11:08:29 2010 +0000

    Add p_dialog.[ch] to Makefile.

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2034
---
 src/strife/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/strife/Makefile.am b/src/strife/Makefile.am
index c0e930cb..7e00556f 100644
--- a/src/strife/Makefile.am
+++ b/src/strife/Makefile.am
@@ -24,6 +24,7 @@ info.c             info.h       \
 m_menu.c           m_menu.h     \
 m_random.c         m_random.h   \
 p_ceilng.c                      \
+p_dialog.c         p_dialog.h   \
 p_doors.c                       \
 p_enemy.c                       \
 p_floor.c                       \