foxygit / doom Log in
commit 5997ce8212dc92f0bc61bfb00aaf55c1dde05988
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Jul 4 22:57:07 2007 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Wed Jul 4 22:57:07 2007 +0000

    Add pcsound_internal.h to dist.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 929
---
 pcsound/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pcsound/Makefile.am b/pcsound/Makefile.am
index b51268df..80ff01f8 100644
--- a/pcsound/Makefile.am
+++ b/pcsound/Makefile.am
@@ -7,5 +7,6 @@ libpcsound_a_SOURCES =                            \
         pcsound.c           pcsound.h             \
         pcsound_sdl.c                             \
         pcsound_linux.c                           \
-        pcsound_win32.c
+        pcsound_win32.c                           \
+                            pcsound_internal.h