Add mempool to Makefile.am

This commit is contained in:
c9s 2015-11-12 22:15:40 +08:00
parent e09667818e
commit 7251740668

View file

@ -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