diff options
author | Simon Howard | 2008-12-01 21:16:13 +0000 |
---|---|---|
committer | Simon Howard | 2008-12-01 21:16:13 +0000 |
commit | 8f0c7980d2a2605b8344a2e158f923bb532ea8a9 (patch) | |
tree | 422cbfd3cc89bdb2bfe208e9a84bef1a8eab1883 /src | |
parent | e4d5a1e07444fa29e3d75d64ef097f3e1e2b62f7 (diff) | |
download | chocolate-doom-8f0c7980d2a2605b8344a2e158f923bb532ea8a9.tar.gz chocolate-doom-8f0c7980d2a2605b8344a2e158f923bb532ea8a9.tar.bz2 chocolate-doom-8f0c7980d2a2605b8344a2e158f923bb532ea8a9.zip |
Fix make dist.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1395
Diffstat (limited to 'src')
-rw-r--r-- | src/heretic/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/Makefile.am b/src/heretic/Makefile.am index ab7dc1d4..6c54c0b8 100644 --- a/src/heretic/Makefile.am +++ b/src/heretic/Makefile.am @@ -50,7 +50,7 @@ sounds.c sounds.h \ s_sound.c s_sound.h EXTRA_DIST= \ -i_sound.c i_sound.h \ +i_sound.c \ i_ibm.c libheretic_a_SOURCES=$(SOURCE_FILES) |