summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-08-05 23:11:17 +0200
committerSage Weil <sage@newdream.net>2009-08-05 23:11:17 +0200
commitdad494c563d75b551d192125e985247f327bd1dd (patch)
tree1a7e8d644431cbda1d1a0afb258c18dafd362651
parentMakefile: remove java hadoop _SOURCES dep (diff)
downloadceph-dad494c563d75b551d192125e985247f327bd1dd.tar.xz
ceph-dad494c563d75b551d192125e985247f327bd1dd.zip
Makefile: add missing header to noinst_HEADERS
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c3db0da668..9e96e76f703 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -340,6 +340,7 @@ libclient_a_SOURCES = \
# headers... and everything else we want to include in a 'make dist'
# that autotools doesn't magically identify.
noinst_HEADERS = \
+ auth/ClientTicket.h\
auth/ExportControl.h\
ceph_ver.h \
client/Client.h\