mej pushed a commit to branch master. http://git.enlightenment.org/misc/libast.git/commit/?id=f3118e44ad49abda6823aa28473325c0f5366547
commit f3118e44ad49abda6823aa28473325c0f5366547 Author: Michael Jennings <[email protected]> Date: Fri Nov 13 09:52:51 2020 -0700 configure.ac: Remove old Makefile There's no longer a `Makefile.am` or `Makefile.in` in the `include/libast` directory, so remove `include/libast/Makefile` from the list of files to be generated. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 167ed0d..a42608f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,7 @@ AC_CONFIG_MACRO_DIR([.]) AC_CONFIG_HEADERS([config.h include/libast/sysdefs.h]) AC_CONFIG_FILES([include/libast/types.h Makefile include/Makefile - include/libast/Makefile src/Makefile test/Makefile - libast-config]) + src/Makefile test/Makefile libast-config]) dnl# Set some basic variables AUTHORS="Michael Jennings ([email protected] and [email protected])" --
