From f18e68fb6945291ff873002de431efde1b4f0c28 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 24 Feb 2023 17:09:28 -0800 Subject: Add instructions for embedding icon to .exe for Windows, add icon files as EXTRA_DIST, delete unnecessary files --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb72185..6f85777 100644 --- a/configure.ac +++ b/configure.ac @@ -48,5 +48,6 @@ AM_CONDITIONAL([WINDOWS], [test "$build_windows" = "yes"]) AC_CONFIG_FILES([Makefile src/Makefile - docs/Makefile]) + docs/Makefile + icon/Makefile]) AC_OUTPUT -- cgit