From e52e4558048869476e334fc68124c307bd85cd65 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 3 Mar 2009 16:03:57 -0800 Subject: [PATCH] ceph_ver: add ceph_ver.h to list of .h files --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 667494ab18280..9d23373298506 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -291,6 +291,7 @@ libclient_a_SOURCES = \ # headers... and everything else we want to include in a 'make dist' # that autotools doesn't magically identify. noinst_HEADERS = \ + ceph_ver.h \ client/Client.h\ client/SyntheticClient.h\ client/Trace.h\ -- 2.39.5