diff options
author | Sage Weil <sage@newdream.net> | 2012-02-29 16:21:15 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-02-29 16:21:15 -0800 |
commit | 749281eda741b3190c8e102fb3d253621ae17780 (patch) | |
tree | 8093179b40d6e2b50f410da16598d4fc2ba89db4 | |
parent | fd0712dfb489d369eff9dbdb24b78d024aca855f (diff) | |
download | ceph-749281eda741b3190c8e102fb3d253621ae17780.tar.gz |
Makefile: add json_spirit headers to tarball
Signed-off-by: Sage Weil <sage@newdream.net>
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e50078b7857..b20254ac310 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1222,6 +1222,16 @@ noinst_HEADERS = \ include/rbd/librbd.h\ include/rbd/librbd.hpp\ logrotate.conf\ + json_spirit/json_spirit.h\ + json_spirit/json_spirit_error_position.h\ + json_spirit/json_spirit_reader.h\ + json_spirit/json_spirit_reader_template.h\ + json_spirit/json_spirit_stream_reader.h\ + json_spirit/json_spirit_utils.h\ + json_spirit/json_spirit_value.h\ + json_spirit/json_spirit_writer.h\ + json_spirit/json_spirit_writer_options.h\ + json_spirit/json_spirit_writer_template.h\ mds/inode_backtrace.h\ mds/flock.h\ mds/locks.c\ |