From 0a96e6a73a8342775b4ea7cdd10246609ecf63f6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 20 Feb 2011 21:00:57 -0800 Subject: [PATCH] Makefile: include ceph_argsparse.h in dist tarball Signed-off-by: Sage Weil --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index a6ac02feec5a5..c175244527f43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -655,6 +655,7 @@ noinst_HEADERS = \ common/LogClient.h\ common/LogEntry.h\ common/WorkQueue.h\ + common/ceph_argparse.h\ common/debug.h\ common/version.h\ common/hex.h\ -- 2.39.5