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