From a11a8ab63556400abcc4ec43c5a5176aa54f0acd Mon Sep 17 00:00:00 2001 From: Matteo Flebus Date: Mon, 12 Jan 2026 21:51:11 +0100 Subject: [PATCH] fix(autotools): removed useless Makefile.am in utils/ast --- src/utils/ast/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/utils/ast/Makefile.am diff --git a/src/utils/ast/Makefile.am b/src/utils/ast/Makefile.am deleted file mode 100644 index fa41e3d..0000000 --- a/src/utils/ast/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -lib_LIBRARIES = libast.a - -libast_a_SOURCES = \ - ast.c \ - ast.h - -libast_a_CPPFLAGS = -I$(top_srcdir)/src - -noinst_LIBRARIES = libast.a