From 54cc2ccd5aab9c453507a94320b51fe72befd587 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 24 Feb 2023 17:23:02 -0800 Subject: Rename icon/ to data/ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6f85777..73bc282 100644 --- a/configure.ac +++ b/configure.ac @@ -49,5 +49,5 @@ AM_CONDITIONAL([WINDOWS], [test "$build_windows" = "yes"]) AC_CONFIG_FILES([Makefile src/Makefile docs/Makefile - icon/Makefile]) + data/Makefile]) AC_OUTPUT -- cgit