From 83b73745839f503ece272433dd0b6cb5682c8783 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