Skip to content

Commit

Permalink
Add mempool to Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Nov 12, 2015
1 parent e096678 commit 7251740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7251740

Please sign in to comment.