fix(parser): make it compile
This commit is contained in:
parent
80e4b6c2fd
commit
1116eef083
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue