diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index 6cd107d..57e6e4d 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -1,7 +1,7 @@ lib_LIBRARIES = libutils.a libutils_a_SOURCES = \ - string_utils/string_utils.c \ + args/args.c \ ast/ast.c \ ast/ast_if.c \ ast/ast_command.c \ @@ -10,8 +10,10 @@ libutils_a_SOURCES = \ ast/ast_redir.c \ ast/ast_void.c \ ast/ast_end.c \ + hash_map/hash_map.c \ lists/lists.c \ - args/args.c + string_utils/string_utils.c \ + vars/vars.c libutils_a_CPPFLAGS = -I$(top_srcdir)/src