From d0ab12d7099bb3db032c225b71c1a170c040d9ac Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 2 Oct 2005 23:49:01 +0000 Subject: The beginnings of dehacked support Subversion-branch: /trunk/chocolate-doom Subversion-revision: 153 --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 622f5d2f..de6bdac8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,10 @@ doomtype.h info.h m_swap.c p_sight.c r_segs.h w_wad.h \ d_player.h i_sound.c m_swap.h p_spec.c r_sky.c z_zone.c \ dstrings.c i_sound.h p_ceilng.c p_spec.h r_sky.h z_zone.h \ dstrings.h i_system.c p_doors.c p_switch.c r_state.h mmus2mid.c \ -d_textur.h i_system.h p_enemy.c p_telept.c r_things.c mmus2mid.h +d_textur.h i_system.h p_enemy.c p_telept.c r_things.c mmus2mid.h \ +deh_defs.h deh_frame.c deh_main.c deh_ptr.c deh_text.c deh_thing.c \ +deh_io.c deh_io.h deh_ammo.c deh_weapon.c + if HAVE_WINDRES chocolate_doom_SOURCES=$(SOURCE_FILES) chocolate-doom-res.rc -- cgit v1.2.3