diff options
author | Louie S <louie@example.com> | 2023-02-24 17:09:28 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-02-24 17:09:28 -0800 |
commit | f18e68fb6945291ff873002de431efde1b4f0c28 (patch) | |
tree | 7ed565f74e87ba278dae211f2edb1c33fd3e35ad /configure | |
parent | 157716ab35d5960e8330d646cacdf10e9c24cbe5 (diff) |
Add instructions for embedding icon to .exe for Windows, add icon files as EXTRA_DIST, delete unnecessary files
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5789,7 +5789,7 @@ else fi -ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile icon/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -6544,6 +6544,7 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; + "icon/Makefile") CONFIG_FILES="$CONFIG_FILES icon/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |