foxygit / doom Log in
commit 19f01c5e24c9513fc2b7c26f2f1690e9eae115ad
Author:     Michael Day <contact@michaelcday.com>
AuthorDate: Sat Aug 20 16:37:13 2022 -0400
Commit:     Michael Day <contact@michaelcday.com>
CommitDate: Sat Aug 20 16:37:13 2022 -0400

    Fix incorrect Strife EXTRA_DIST item
---
 src/strife/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/Makefile.am b/src/strife/Makefile.am
index 43075d23..36d7b0c5 100644
--- a/src/strife/Makefile.am
+++ b/src/strife/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS=-I$(top_srcdir)/src                           \

 EXTRA_DIST =                    \
         CMakeLists.txt          \
-        hexen_icon.c
+        strife_icon.c

 noinst_LIBRARIES=libstrife.a