diff options
author | Simon Howard | 2010-10-08 18:32:45 +0000 |
---|---|---|
committer | Simon Howard | 2010-10-08 18:32:45 +0000 |
commit | 04ef30c2550c4b452890b8d18e4d66c45c096685 (patch) | |
tree | 9aaa51243c70b81df8825f4c7bd0168886b2a307 /src | |
parent | 3b45e5ce842144016d43238547436bd7324d52e0 (diff) | |
download | chocolate-doom-04ef30c2550c4b452890b8d18e4d66c45c096685.tar.gz chocolate-doom-04ef30c2550c4b452890b8d18e4d66c45c096685.tar.bz2 chocolate-doom-04ef30c2550c4b452890b8d18e4d66c45c096685.zip |
Add m_saves.c to build.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2160
Diffstat (limited to 'src')
-rw-r--r-- | src/strife/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/Makefile.am b/src/strife/Makefile.am index 7e00556f..4dc0cabd 100644 --- a/src/strife/Makefile.am +++ b/src/strife/Makefile.am @@ -23,6 +23,7 @@ hu_stuff.c hu_stuff.h \ info.c info.h \ m_menu.c m_menu.h \ m_random.c m_random.h \ +m_saves.c m_saves.h \ p_ceilng.c \ p_dialog.c p_dialog.h \ p_doors.c \ |