Added mcache.*

This commit is contained in:
Alexander Vdolainen 2014-12-21 01:50:39 +02:00
parent 1f461fd454
commit da4348ea3a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nobase_include_HEADERS = sntl/pth_queue.h sntl/connection.h nobase_include_HEADERS = sntl/pth_queue.h sntl/mcache.h sntl/connection.h

View File

@ -14,7 +14,7 @@ lib_LTLIBRARIES = libsntl.la
libsntl_la_SOURCES = \ libsntl_la_SOURCES = \
queue.c rpclist.c connection.c queue.c mcache.c rpclist.c connection.c
libsntl_la_LDFLAGS = -Wl,--export-dynamic libsntl_la_LDFLAGS = -Wl,--export-dynamic