Skip to content

Commit

Permalink
Merge pull request #1099 from garlick/kvsapi_cleanup
Browse files Browse the repository at this point in the history
clean up KVS API implementation
  • Loading branch information
grondo authored Jul 4, 2017
2 parents f52272c + 3718a7a commit f2cf6be
Show file tree
Hide file tree
Showing 18 changed files with 1,731 additions and 1,439 deletions.
18 changes: 14 additions & 4 deletions src/common/libkvs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,24 @@ noinst_LTLIBRARIES = libkvs.la

libkvs_la_SOURCES = \
kvs.c \
kvs_lookup.c \
proto.c \
proto.h \
json_dirent.c \
json_dirent.h \
kvs_deprecated.h

fluxinclude_HEADERS = \
kvs.h
kvs_dir.c \
kvs_classic.c \
kvs_deprecated.c \
kvs_deprecated.h \
kvs_watch.c


fluxcoreinclude_HEADERS = \
kvs.h \
kvs_lookup.h \
kvs_dir.h \
kvs_watch.h \
kvs_classic.h

TESTS = \
test_proto.t \
Expand Down
Loading

0 comments on commit f2cf6be

Please sign in to comment.