diff options
author | Simon Howard | 2007-07-04 22:57:07 +0000 |
---|---|---|
committer | Simon Howard | 2007-07-04 22:57:07 +0000 |
commit | 5997ce8212dc92f0bc61bfb00aaf55c1dde05988 (patch) | |
tree | c5d53f4cc840ccfa27ce0c0fee865ba5267e8aa6 | |
parent | 2aa8ec9e37dbf5b546ee1052c25c6686262bf624 (diff) | |
download | chocolate-doom-5997ce8212dc92f0bc61bfb00aaf55c1dde05988.tar.gz chocolate-doom-5997ce8212dc92f0bc61bfb00aaf55c1dde05988.tar.bz2 chocolate-doom-5997ce8212dc92f0bc61bfb00aaf55c1dde05988.zip |
Add pcsound_internal.h to dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 929
-rw-r--r-- | pcsound/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |