Add mempool to Makefile.am
This commit is contained in:
parent
e09667818e
commit
7251740668
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ MAYBE_COVERAGE=--coverage
|
|||
|
||||
noinst_LTLIBRARIES = libr3core.la
|
||||
# lib_LIBRARIES = libr3.a
|
||||
libr3core_la_SOURCES = node.c edge.c str.c token.c match_entry.c slug.c
|
||||
libr3core_la_SOURCES = node.c edge.c str.c token.c match_entry.c slug.c mempool.c
|
||||
|
||||
if ENABLE_JSON
|
||||
libr3core_la_SOURCES += json.c
|
||||
|
|
Loading…
Reference in a new issue