From 92a3a472cad3b9da6862540d427d9d9ec3ef8494 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 23 Jun 2011 09:54:37 -0700 Subject: [PATCH] Makefile: add missing common/dout.h header to 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 bd60e2ec43e64..0c1351c2eacfa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -783,6 +783,7 @@ noinst_HEADERS = \ common/ceph_argparse.h\ common/ceph_context.h\ common/debug.h\ + common/dout.h\ common/version.h\ common/hex.h\ common/entity_name.h\ -- 2.39.5