summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-02-24 17:09:28 -0800
committerLouie S <louie@example.com>2023-02-24 17:09:28 -0800
commitf18e68fb6945291ff873002de431efde1b4f0c28 (patch)
tree7ed565f74e87ba278dae211f2edb1c33fd3e35ad /configure.ac
parent157716ab35d5960e8330d646cacdf10e9c24cbe5 (diff)
Add instructions for embedding icon to .exe for Windows, add icon files as EXTRA_DIST, delete unnecessary files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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