fix(autotools): removed useless Makefile.am in utils/ast

This commit is contained in:
Matteo Flebus 2026-01-12 21:51:11 +01:00
parent 9bf3ed068a
commit 83b7374583

View file

@ -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