fix(parser): make it compile

This commit is contained in:
Matteo Flebus 2026-01-15 17:25:21 +01:00
parent 80e4b6c2fd
commit 1116eef083
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@ lib_LIBRARIES = libparser.a
libparser_a_SOURCES = \
parser.c \
parser.h
parsing_utils.c
libparser_a_CPPFLAGS = -I$(top_srcdir)/src